#CA6DD5

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

Shades of Orchid #CA6DD5

Tints of Orchid #CA6DD5

Color information

#CA6DD5 (or 0xCA6DD5) is unknown color: approx Orchid. HEX triplet: CA, 6D and D5. RGB value is (202,109,213). Sum of RGB (Red+Green+Blue) = 202+109+213=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DD5 is #35922A. Grayscale: #949494. Windows color (decimal): -3510827 or 13987274. OLE color: 13987274.

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

Color convert

RGB202109213-
CMYK0.050.4900.16
HSL293.65º55.32%63.14%-
HSV(B)293.65º48.83%83.53%-
XYZ41.8428.366.21-
YUV148.66164.31166.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=38.55%
G=20.80%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021092130.050.4900.16293.6555.3263.14
HexCA6DD5531010126373f
Octal3121553255610204466777
Binary11001010110110111010101101110001010000100100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DD5; }

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

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

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

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

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

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

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

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