#CA6FDC

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

Shades of Orchid #CA6FDC

Tints of Orchid #CA6FDC

Color information

#CA6FDC (or 0xCA6FDC) is unknown color: approx Orchid. HEX triplet: CA, 6F and DC. RGB value is (202,111,220). Sum of RGB (Red+Green+Blue) = 202+111+220=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDC is #359023. Grayscale: #969696. Windows color (decimal): -3510308 or 14446538. OLE color: 14446538.

HSL color Cylindrical-coordinate representation of color #CA6FDC: hue angle of 290.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6FDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202111220-
CMYK0.080.5000.14
HSL290.09º60.89%64.9%-
HSV(B)290.09º49.55%86.27%-
XYZ42.9629.0971.06-
YUV150.64167.15164.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=37.90%
G=20.83%
B=41.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021112200.080.5000.14290.0960.8964.9
HexCA6FDC8320E1223d41
Octal312157334106201644275101
Binary110010101101111110111001000110010011101001000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FDC; }

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

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

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

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

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

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

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

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