#CA6FDA

Color #CA6FDA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA6FDA

Tints of Orchid #CA6FDA

Color information

#CA6FDA (or 0xCA6FDA) is unknown color: approx Orchid. HEX triplet: CA, 6F and DA. RGB value is (202,111,218). Sum of RGB (Red+Green+Blue) = 202+111+218=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDA is #359025. Grayscale: #969696. Windows color (decimal): -3510310 or 14315466. OLE color: 14315466.

HSL color Cylindrical-coordinate representation of color #CA6FDA: hue angle of 291.03º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6FDA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202111218-
CMYK0.070.4900.15
HSL291.03º59.12%64.51%-
HSV(B)291.03º49.08%85.49%-
XYZ42.728.9969.67-
YUV150.41166.15164.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=38.04%
G=20.90%
B=41.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021112180.070.4900.15291.0359.1264.51
HexCA6FDA7310F1233b41
Octal31215733276101744373101
Binary11001010110111111011010111110001011111001000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FDA; }

 p { color: rgb(202,111,218); }

 H1.HeaderClassName
 {
   color: #CA6FDA;
 }
 .AnyTagClassName
 {
   color: #CA6FDA;
 }
</style>
background-color css

<style>
 a { background-color: #CA6FDA; }

 a { background-color: rgb(202,111,218); }

 div.DivClassName
 {
   background-color: #CA6FDA;
 }
 .BgClassName
 {
   background-color: #CA6FDA;
 }
</style>
border-color css

<style>
 span { border-color: #CA6FDA; }

 span { border-color: rgb(202,111,218); }

 td.TdClassName
 {
   border-color: #CA6FDA;
 }
 .TagClassName
 {
   border-color: #CA6FDA;
 }
</style>