Html Css Color HEX #C77DDB Orchid

📋 copy color: '#C77DDB'

red 199 ◦ green 125 ◦ blue 219

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

Shades of Orchid #C77DDB

Tints of Orchid #C77DDB

RGB

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

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

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

R = 36.65%
G = 23.02%
B = 40.33%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C77DDB (or 0xC77DDB) is known color: Orchid. HEX triplet: C7, 7D and DB. RGB value is (199,125,219). Sum of RGB (Red+Green+Blue) = 199+125+219=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C77DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DDB is #388224. Grayscale: #9D9D9D. Windows color (decimal): -3703333 or 14384583. OLE color: 14384583.

HSL color Cylindrical-coordinate representation of color #C77DDB: hue angle of 287.23º 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 #C77DDB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 125 219 -
CMYK 0.09 0.43 0 0.14
HSL 287.23º 0.57% 0.67% -
HSV(B) 287.23º 0.43% 0.86% -
XYZ 43.67 31.92 70.88 -
YUV 157.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 199 125 219 0.09 0.43 0 0.14 287.23 0.57 0.67
Hex C7 7D DB 9 2B 0 E 11F 39 43
Octal 307 175 333 11 53 0 16 437 71 103
Binary 11000111 1111101 11011011 1001 101011 0 1110 100011111 111001 1000011

Color Harmonies of #C77DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DDB

Black with #C77DDB

Text Example


Text Example

White with #C77DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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