Html Css Color HEX #C77CBA Orchid

📋 copy color: '#C77CBA'

red 199 ◦ green 124 ◦ blue 186

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

Shades of Orchid #C77CBA

Tints of Orchid #C77CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 39.1%
G = 24.36%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C77CBA (or 0xC77CBA) is known color: Orchid. HEX triplet: C7, 7C and BA. RGB value is (199,124,186). Sum of RGB (Red+Green+Blue) = 199+124+186=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBA is #388345. Grayscale: #999999. Windows color (decimal): -3703622 or 12221639. OLE color: 12221639.

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

Color convert

RGB 199 124 186 -
CMYK 0 0.38 0.07 0.22
HSL 310.4º 0.4% 0.63% -
HSV(B) 310.4º 0.38% 0.78% -
XYZ 39.62 30.1 50.18 -
YUV 153.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 199 124 186 0 0.38 0.07 0.22 310.4 0.4 0.63
Hex C7 7C BA 0 26 7 16 136 28 3F
Octal 307 174 272 0 46 7 26 466 50 77
Binary 11000111 1111100 10111010 0 100110 111 10110 100110110 101000 111111

Color Harmonies of #C77CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CBA

Black with #C77CBA

Text Example


Text Example

White with #C77CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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