Html Css Color HEX #C77FBE Orchid

📋 copy color: '#C77FBE'

red 199 ◦ green 127 ◦ blue 190

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

Shades of Orchid #C77FBE

Tints of Orchid #C77FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 38.57%
G = 24.61%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C77FBE (or 0xC77FBE) is known color: Orchid. HEX triplet: C7, 7F and BE. RGB value is (199,127,190). Sum of RGB (Red+Green+Blue) = 199+127+190=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBE is #388041. Grayscale: #9B9B9B. Windows color (decimal): -3702850 or 12484551. OLE color: 12484551.

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

Color convert

RGB 199 127 190 -
CMYK 0 0.36 0.05 0.22
HSL 307.5º 0.39% 0.64% -
HSV(B) 307.5º 0.36% 0.78% -
XYZ 40.44 31.04 52.57 -
YUV 155.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 199 127 190 0 0.36 0.05 0.22 307.5 0.39 0.64
Hex C7 7F BE 0 24 5 16 134 27 40
Octal 307 177 276 0 44 5 26 464 47 100
Binary 11000111 1111111 10111110 0 100100 101 10110 100110100 100111 1000000

Color Harmonies of #C77FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FBE

Black with #C77FBE

Text Example


Text Example

White with #C77FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FBE; }

 p { color: rgb(199,127,190); }

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

background-color css

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

 a { background-color: rgb(199,127,190); }

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

border-color css

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

 span { border-color: rgb(199,127,190); }

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