Html Css Color HEX #C77CCC Orchid

📋 copy color: '#C77CCC'

red 199 ◦ green 124 ◦ blue 204

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

Shades of Orchid #C77CCC

Tints of Orchid #C77CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 37.76%
G = 23.53%
B = 38.71%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C77CCC (or 0xC77CCC) is known color: Orchid. HEX triplet: C7, 7C and CC. RGB value is (199,124,204). Sum of RGB (Red+Green+Blue) = 199+124+204=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CCC is #388333. Grayscale: #9B9B9B. Windows color (decimal): -3703604 or 13401287. OLE color: 13401287.

HSL color Cylindrical-coordinate representation of color #C77CCC: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77CCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 124 204 -
CMYK 0.02 0.39 0 0.2
HSL 296.25º 0.44% 0.64% -
HSV(B) 296.25º 0.39% 0.8% -
XYZ 41.66 30.92 60.9 -
YUV 155.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 199 124 204 0.02 0.39 0 0.2 296.25 0.44 0.64
Hex C7 7C CC 2 27 0 14 128 2C 40
Octal 307 174 314 2 47 0 24 450 54 100
Binary 11000111 1111100 11001100 10 100111 0 10100 100101000 101100 1000000

Color Harmonies of #C77CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CCC

Black with #C77CCC

Text Example


Text Example

White with #C77CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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