#CA6DE5

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

Shades of Orchid #CA6DE5

Tints of Orchid #CA6DE5

Color information

#CA6DE5 (or 0xCA6DE5) is unknown color: approx Orchid. HEX triplet: CA, 6D and E5. RGB value is (202,109,229). Sum of RGB (Red+Green+Blue) = 202+109+229=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA6DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DE5 is #35921A. Grayscale: #969696. Windows color (decimal): -3510811 or 15035850. OLE color: 15035850.

HSL color Cylindrical-coordinate representation of color #CA6DE5: hue angle of 286.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6DE5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202109229-
CMYK0.120.5200.10
HSL286.5º69.77%66.27%-
HSV(B)286.5º52.4%89.8%-
XYZ43.9729.1577.44-
YUV150.49172.31164.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=37.41%
G=20.19%
B=42.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021092290.120.5200.10286.569.7766.27
HexCA6DE5C340A11e4642
Octal3121553451464012436106102
Binary1100101011011011110010111001101000101010001111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DE5; }

 p { color: rgb(202,109,229); }

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

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

 a { background-color: rgb(202,109,229); }

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

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

 span { border-color: rgb(202,109,229); }

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