Html Css Color HEX #C77FCB Orchid

📋 copy color: '#C77FCB'

red 199 ◦ green 127 ◦ blue 203

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

Shades of Orchid #C77FCB

Tints of Orchid #C77FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 37.62%
G = 24.01%
B = 38.37%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C77FCB (or 0xC77FCB) is known color: Orchid. HEX triplet: C7, 7F and CB. RGB value is (199,127,203). Sum of RGB (Red+Green+Blue) = 199+127+203=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C77FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCB is #388034. Grayscale: #9C9C9C. Windows color (decimal): -3702837 or 13336519. OLE color: 13336519.

HSL color Cylindrical-coordinate representation of color #C77FCB: hue angle of 296.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77FCB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 127 203 -
CMYK 0.02 0.37 0 0.20
HSL 296.84º 0.42% 0.65% -
HSV(B) 296.84º 0.37% 0.8% -
XYZ 41.92 31.63 60.4 -
YUV 157.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 199 127 203 0.02 0.37 0 0.20 296.84 0.42 0.65
Hex C7 7F CB 2 25 0 14 129 2A 41
Octal 307 177 313 2 45 0 24 451 52 101
Binary 11000111 1111111 11001011 10 100101 0 10100 100101001 101010 1000001

Color Harmonies of #C77FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FCB

Black with #C77FCB

Text Example


Text Example

White with #C77FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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