Html Css Color HEX #CA7BDB Orchid

📋 copy color: '#CA7BDB'

red 202 ◦ green 123 ◦ blue 219

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

Shades of Orchid #CA7BDB

Tints of Orchid #CA7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.61%

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

R = 37.13%
G = 22.61%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7BDB (or 0xCA7BDB) is known color: Orchid. HEX triplet: CA, 7B and DB. RGB value is (202,123,219). Sum of RGB (Red+Green+Blue) = 202+123+219=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BDB is #358424. Grayscale: #9D9D9D. Windows color (decimal): -3507237 or 14384074. OLE color: 14384074.

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

Color convert

RGB 202 123 219 -
CMYK 0.08 0.44 0 0.14
HSL 289.38º 0.57% 0.67% -
HSV(B) 289.38º 0.44% 0.86% -
XYZ 44.23 31.84 70.83 -
YUV 157.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 202 123 219 0.08 0.44 0 0.14 289.38 0.57 0.67
Hex CA 7B DB 8 2C 0 E 121 39 43
Octal 312 173 333 10 54 0 16 441 71 103
Binary 11001010 1111011 11011011 1000 101100 0 1110 100100001 111001 1000011

Color Harmonies of #CA7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BDB

Black with #CA7BDB

Text Example


Text Example

White with #CA7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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