Html Css Color HEX #C77ABF Orchid

📋 copy color: '#C77ABF'

red 199 ◦ green 122 ◦ blue 191

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

Shades of Orchid #C77ABF

Tints of Orchid #C77ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

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

R = 38.87%
G = 23.83%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C77ABF (or 0xC77ABF) is known color: Orchid. HEX triplet: C7, 7A and BF. RGB value is (199,122,191). Sum of RGB (Red+Green+Blue) = 199+122+191=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C77ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ABF is #388540. Grayscale: #989898. Windows color (decimal): -3704129 or 12548807. OLE color: 12548807.

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

Color convert

RGB 199 122 191 -
CMYK 0 0.39 0.04 0.22
HSL 306.23º 0.41% 0.63% -
HSV(B) 306.23º 0.39% 0.78% -
XYZ 39.92 29.82 52.94 -
YUV 152.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 199 122 191 0 0.39 0.04 0.22 306.23 0.41 0.63
Hex C7 7A BF 0 27 4 16 132 29 3F
Octal 307 172 277 0 47 4 26 462 51 77
Binary 11000111 1111010 10111111 0 100111 100 10110 100110010 101001 111111

Color Harmonies of #C77ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ABF

Black with #C77ABF

Text Example


Text Example

White with #C77ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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