Html Css Color HEX #C77BBB Orchid

📋 copy color: '#C77BBB'

red 199 ◦ green 123 ◦ blue 187

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

Shades of Orchid #C77BBB

Tints of Orchid #C77BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 39.1%
G = 24.17%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C77BBB (or 0xC77BBB) is known color: Orchid. HEX triplet: C7, 7B and BB. RGB value is (199,123,187). Sum of RGB (Red+Green+Blue) = 199+123+187=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BBB is #388444. Grayscale: #989898. Windows color (decimal): -3703877 or 12286919. OLE color: 12286919.

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

Color convert

RGB 199 123 187 -
CMYK 0 0.38 0.06 0.22
HSL 309.47º 0.4% 0.63% -
HSV(B) 309.47º 0.38% 0.78% -
XYZ 39.61 29.9 50.7 -
YUV 153.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 199 123 187 0 0.38 0.06 0.22 309.47 0.4 0.63
Hex C7 7B BB 0 26 6 16 135 28 3F
Octal 307 173 273 0 46 6 26 465 50 77
Binary 11000111 1111011 10111011 0 100110 110 10110 100110101 101000 111111

Color Harmonies of #C77BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BBB

Black with #C77BBB

Text Example


Text Example

White with #C77BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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