Html Css Color HEX #C77BBF Orchid

📋 copy color: '#C77BBF'

red 199 ◦ green 123 ◦ blue 191

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

Shades of Orchid #C77BBF

Tints of Orchid #C77BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 38.79%
G = 23.98%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C77BBF (or 0xC77BBF) is known color: Orchid. HEX triplet: C7, 7B and BF. RGB value is (199,123,191). Sum of RGB (Red+Green+Blue) = 199+123+191=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BBF is #388440. Grayscale: #999999. Windows color (decimal): -3703873 or 12549063. OLE color: 12549063.

HSL color Cylindrical-coordinate representation of color #C77BBF: hue angle of 306.32º 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 #C77BBF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 123 191 -
CMYK 0 0.38 0.04 0.22
HSL 306.32º 0.4% 0.63% -
HSV(B) 306.32º 0.38% 0.78% -
XYZ 40.04 30.07 52.98 -
YUV 153.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 199 123 191 0 0.38 0.04 0.22 306.32 0.4 0.63
Hex C7 7B BF 0 26 4 16 132 28 3F
Octal 307 173 277 0 46 4 26 462 50 77
Binary 11000111 1111011 10111111 0 100110 100 10110 100110010 101000 111111

Color Harmonies of #C77BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BBF

Black with #C77BBF

Text Example


Text Example

White with #C77BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BBF; }

 p { color: rgb(199,123,191); }

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

background-color css

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

 a { background-color: rgb(199,123,191); }

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

border-color css

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

 span { border-color: rgb(199,123,191); }

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