Html Css Color HEX #CA7FDB Orchid

📋 copy color: '#CA7FDB'

red 202 ◦ green 127 ◦ blue 219

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

Shades of Orchid #CA7FDB

Tints of Orchid #CA7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.18%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 36.86%
G = 23.18%
B = 39.96%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7FDB (or 0xCA7FDB) is known color: Orchid. HEX triplet: CA, 7F and DB. RGB value is (202,127,219). Sum of RGB (Red+Green+Blue) = 202+127+219=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDB is #358024. Grayscale: #9F9F9F. Windows color (decimal): -3506213 or 14385098. OLE color: 14385098.

HSL color Cylindrical-coordinate representation of color #CA7FDB: hue angle of 288.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7FDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 127 219 -
CMYK 0.08 0.42 0 0.14
HSL 288.91º 0.56% 0.68% -
HSV(B) 288.91º 0.42% 0.86% -
XYZ 44.73 32.85 71 -
YUV 159.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 202 127 219 0.08 0.42 0 0.14 288.91 0.56 0.68
Hex CA 7F DB 8 2A 0 E 121 38 44
Octal 312 177 333 10 52 0 16 441 70 104
Binary 11001010 1111111 11011011 1000 101010 0 1110 100100001 111000 1000100

Color Harmonies of #CA7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FDB

Black with #CA7FDB

Text Example


Text Example

White with #CA7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FDB; }

 p { color: rgb(202,127,219); }

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

background-color css

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

 a { background-color: rgb(202,127,219); }

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

border-color css

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

 span { border-color: rgb(202,127,219); }

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