Html Css Color HEX #CA7DDB Orchid

📋 copy color: '#CA7DDB'

red 202 ◦ green 125 ◦ blue 219

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

Shades of Orchid #CA7DDB

Tints of Orchid #CA7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.89%

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

R = 37%
G = 22.89%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7DDB (or 0xCA7DDB) is known color: Orchid. HEX triplet: CA, 7D and DB. RGB value is (202,125,219). Sum of RGB (Red+Green+Blue) = 202+125+219=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDB is #358224. Grayscale: #9E9E9E. Windows color (decimal): -3506725 or 14384586. OLE color: 14384586.

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

Color convert

RGB 202 125 219 -
CMYK 0.08 0.43 0 0.14
HSL 289.15º 0.57% 0.67% -
HSV(B) 289.15º 0.43% 0.86% -
XYZ 44.48 32.34 70.92 -
YUV 158.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 202 125 219 0.08 0.43 0 0.14 289.15 0.57 0.67
Hex CA 7D DB 8 2B 0 E 121 39 43
Octal 312 175 333 10 53 0 16 441 71 103
Binary 11001010 1111101 11011011 1000 101011 0 1110 100100001 111001 1000011

Color Harmonies of #CA7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DDB

Black with #CA7DDB

Text Example


Text Example

White with #CA7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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