Html Css Color HEX #C77CBC Orchid

📋 copy color: '#C77CBC'

red 199 ◦ green 124 ◦ blue 188

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

Shades of Orchid #C77CBC

Tints of Orchid #C77CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 38.94%
G = 24.27%
B = 36.79%

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

#C77CBC (or 0xC77CBC) is known color: Orchid. HEX triplet: C7, 7C and BC. RGB value is (199,124,188). Sum of RGB (Red+Green+Blue) = 199+124+188=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBC is #388343. Grayscale: #999999. Windows color (decimal): -3703620 or 12352711. OLE color: 12352711.

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

Color convert

RGB 199 124 188 -
CMYK 0 0.38 0.06 0.22
HSL 308.8º 0.4% 0.63% -
HSV(B) 308.8º 0.38% 0.78% -
XYZ 39.84 30.19 51.3 -
YUV 153.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 199 124 188 0 0.38 0.06 0.22 308.8 0.4 0.63
Hex C7 7C BC 0 26 6 16 135 28 3F
Octal 307 174 274 0 46 6 26 465 50 77
Binary 11000111 1111100 10111100 0 100110 110 10110 100110101 101000 111111

Color Harmonies of #C77CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CBC

Black with #C77CBC

Text Example


Text Example

White with #C77CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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