#CA6FD5

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

Shades of Orchid #CA6FD5

Tints of Orchid #CA6FD5

Color information

#CA6FD5 (or 0xCA6FD5) is unknown color: approx Orchid. HEX triplet: CA, 6F and D5. RGB value is (202,111,213). Sum of RGB (Red+Green+Blue) = 202+111+213=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FD5 is #35902A. Grayscale: #959595. Windows color (decimal): -3510315 or 13987786. OLE color: 13987786.

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

Color convert

RGB202111213-
CMYK0.050.4800.16
HSL293.53º54.84%63.53%-
HSV(B)293.53º47.89%83.53%-
XYZ42.0528.7366.28-
YUV149.84163.65165.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 111 (43.75% from 255) = 21.10%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=38.40%
G=21.10%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021112130.050.4800.16293.5354.8463.53
HexCA6FD55300101263740
Octal31215732556002044667100
Binary110010101101111110101011011100000100001001001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FD5; }

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

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

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

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

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

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

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

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