Html Css Color HEX #CA6ED8 Orchid

📋 copy color: '#CA6ED8'

red 202 ◦ green 110 ◦ blue 216

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

Shades of Orchid #CA6ED8

Tints of Orchid #CA6ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 38.26%
G = 20.83%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6ED8 (or 0xCA6ED8) is known color: Orchid. HEX triplet: CA, 6E and D8. RGB value is (202,110,216). Sum of RGB (Red+Green+Blue) = 202+110+216=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ED8 is #359127. Grayscale: #959595. Windows color (decimal): -3510568 or 14184138. OLE color: 14184138.

HSL color Cylindrical-coordinate representation of color #CA6ED8: hue angle of 292.08º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6ED8 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 110 216 -
CMYK 0.06 0.49 0 0.15
HSL 292.08º 0.58% 0.64% -
HSV(B) 292.08º 0.49% 0.85% -
XYZ 42.33 28.67 68.27 -
YUV 149.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 202 110 216 0.06 0.49 0 0.15 292.08 0.58 0.64
Hex CA 6E D8 6 31 0 F 124 3A 40
Octal 312 156 330 6 61 0 17 444 72 100
Binary 11001010 1101110 11011000 110 110001 0 1111 100100100 111010 1000000

Color Harmonies of #CA6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ED8

Black with #CA6ED8

Text Example


Text Example

White with #CA6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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