#ca66d5

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

Shades of Orchid #CA66D5

Tints of Orchid #CA66D5

Color information

#CA66D5 (or 0xCA66D5) is unknown color: approx Orchid. HEX triplet: CA, 66 and D5. RGB value is (202,102,213). Sum of RGB (Red+Green+Blue) = 202+102+213=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66D5 is #35992A. Grayscale: #909090. Windows color (decimal): -3512619 or 13985482. OLE color: 13985482.

HSL color Cylindrical-coordinate representation of color #CA66D5: hue angle of 294.05º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA66D5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202102213-
CMYK0.050.5200.16
HSL294.05º56.92%61.76%-
HSV(B)294.05º52.11%83.53%-
XYZ41.1226.8665.97-
YUV144.55166.63168.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=39.07%
G=19.73%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021022130.050.5200.16294.0556.9261.76
HexCA66D5534010126393e
Octal3121463255640204467176
Binary11001010110011011010101101110100010000100100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca66d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca66d5; }

 p { color: rgb(202,102,213); }

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

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

 a { background-color: rgb(202,102,213); }

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

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

 span { border-color: rgb(202,102,213); }

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