Html Css Color HEX #C772DB Orchid

📋 copy color: '#C772DB'

red 199 ◦ green 114 ◦ blue 219

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

Shades of Orchid #C772DB

Tints of Orchid #C772DB

RGB

 RED value IS 199 (78.13% from 255) = 37.41%

 GREEN value IS 114 (44.92% from 255) = 21.43%

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

R = 37.41%
G = 21.43%
B = 41.17%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C772DB (or 0xC772DB) is known color: Orchid. HEX triplet: C7, 72 and DB. RGB value is (199,114,219). Sum of RGB (Red+Green+Blue) = 199+114+219=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C772DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772DB is #388D24. Grayscale: #979797. Windows color (decimal): -3706149 or 14381767. OLE color: 14381767.

HSL color Cylindrical-coordinate representation of color #C772DB: hue angle of 288.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C772DB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 114 219 -
CMYK 0.09 0.48 0 0.14
HSL 288.57º 0.59% 0.65% -
HSV(B) 288.57º 0.48% 0.86% -
XYZ 42.36 29.29 70.44 -
YUV 151.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 199 114 219 0.09 0.48 0 0.14 288.57 0.59 0.65
Hex C7 72 DB 9 30 0 E 121 3B 41
Octal 307 162 333 11 60 0 16 441 73 101
Binary 11000111 1110010 11011011 1001 110000 0 1110 100100001 111011 1000001

Color Harmonies of #C772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772DB

Black with #C772DB

Text Example


Text Example

White with #C772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772DB; }

 p { color: rgb(199,114,219); }

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

background-color css

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

 a { background-color: rgb(199,114,219); }

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

border-color css

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

 span { border-color: rgb(199,114,219); }

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