Html Css Color HEX #C77BCE Orchid

📋 copy color: '#C77BCE'

red 199 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C77BCE

Tints of Orchid #C77BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.3%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 37.69%
G = 23.3%
B = 39.02%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C77BCE (or 0xC77BCE) is known color: Orchid. HEX triplet: C7, 7B and CE. RGB value is (199,123,206). Sum of RGB (Red+Green+Blue) = 199+123+206=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BCE is #388431. Grayscale: #9A9A9A. Windows color (decimal): -3703858 or 13532103. OLE color: 13532103.

HSL color Cylindrical-coordinate representation of color #C77BCE: hue angle of 294.94º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77BCE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 123 206 -
CMYK 0.03 0.40 0 0.19
HSL 294.94º 0.46% 0.65% -
HSV(B) 294.94º 0.4% 0.81% -
XYZ 41.78 30.76 62.13 -
YUV 155.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 199 123 206 0.03 0.40 0 0.19 294.94 0.46 0.65
Hex C7 7B CE 3 28 0 13 127 2E 41
Octal 307 173 316 3 50 0 23 447 56 101
Binary 11000111 1111011 11001110 11 101000 0 10011 100100111 101110 1000001

Color Harmonies of #C77BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BCE

Black with #C77BCE

Text Example


Text Example

White with #C77BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BCE; }

 p { color: rgb(199,123,206); }

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

background-color css

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

 a { background-color: rgb(199,123,206); }

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

border-color css

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

 span { border-color: rgb(199,123,206); }

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