Html Css Color HEX #CA6ED0 Orchid

📋 copy color: '#CA6ED0'

red 202 ◦ green 110 ◦ blue 208

#CA6ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA6ED0

Tints of Orchid #CA6ED0

RGB

 RED value IS 202 (79.3% from 255) = 38.85%

 GREEN value IS 110 (43.36% from 255) = 21.15%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 38.85%
G = 21.15%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA6ED0 (or 0xCA6ED0) is known color: Orchid. HEX triplet: CA, 6E and D0. RGB value is (202,110,208). Sum of RGB (Red+Green+Blue) = 202+110+208=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ED0 is #35912F. Grayscale: #949494. Windows color (decimal): -3510576 or 13659850. OLE color: 13659850.

HSL color Cylindrical-coordinate representation of color #CA6ED0: hue angle of 296.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6ED0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 110 208 -
CMYK 0.03 0.47 0 0.18
HSL 296.33º 0.51% 0.62% -
HSV(B) 296.33º 0.47% 0.82% -
XYZ 41.32 28.26 62.95 -
YUV 148.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 202 110 208 0.03 0.47 0 0.18 296.33 0.51 0.62
Hex CA 6E D0 3 2F 0 12 128 33 3E
Octal 312 156 320 3 57 0 22 450 63 76
Binary 11001010 1101110 11010000 11 101111 0 10010 100101000 110011 111110

Color Harmonies of #CA6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ED0

Black with #CA6ED0

Text Example


Text Example

White with #CA6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ED0; }

 p { color: rgb(202,110,208); }

 H1.HeaderClassName
 {
   color: #CA6ED0;
 }
 .AnyTagClassName
 {
   color: #CA6ED0;
 }
</style>

background-color css

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

 a { background-color: rgb(202,110,208); }

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

border-color css

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

 span { border-color: rgb(202,110,208); }

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