Html Css Color HEX #C77CBD Orchid

📋 copy color: '#C77CBD'

red 199 ◦ green 124 ◦ blue 189

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

Shades of Orchid #C77CBD

Tints of Orchid #C77CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 38.87%
G = 24.22%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C77CBD (or 0xC77CBD) is known color: Orchid. HEX triplet: C7, 7C and BD. RGB value is (199,124,189). Sum of RGB (Red+Green+Blue) = 199+124+189=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBD is #388342. Grayscale: #999999. Windows color (decimal): -3703619 or 12418247. OLE color: 12418247.

HSL color Cylindrical-coordinate representation of color #C77CBD: hue angle of 308º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CBD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 189 -
CMYK 0 0.38 0.05 0.22
HSL 308º 0.4% 0.63% -
HSV(B) 308º 0.38% 0.78% -
XYZ 39.95 30.23 51.87 -
YUV 153.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 199 124 189 0 0.38 0.05 0.22 308 0.4 0.63
Hex C7 7C BD 0 26 5 16 134 28 3F
Octal 307 174 275 0 46 5 26 464 50 77
Binary 11000111 1111100 10111101 0 100110 101 10110 100110100 101000 111111

Color Harmonies of #C77CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CBD

Black with #C77CBD

Text Example


Text Example

White with #C77CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CBD; }

 p { color: rgb(199,124,189); }

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

background-color css

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

 a { background-color: rgb(199,124,189); }

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

border-color css

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

 span { border-color: rgb(199,124,189); }

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