Html Css Color HEX #C77DCE Orchid

📋 copy color: '#C77DCE'

red 199 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C77DCE

Tints of Orchid #C77DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.58%

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

R = 37.55%
G = 23.58%
B = 38.87%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C77DCE (or 0xC77DCE) is known color: Orchid. HEX triplet: C7, 7D and CE. RGB value is (199,125,206). Sum of RGB (Red+Green+Blue) = 199+125+206=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCE is #388231. Grayscale: #9C9C9C. Windows color (decimal): -3703346 or 13532615. OLE color: 13532615.

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

Color convert

RGB 199 125 206 -
CMYK 0.03 0.39 0 0.19
HSL 294.81º 0.45% 0.65% -
HSV(B) 294.81º 0.39% 0.81% -
XYZ 42.03 31.27 62.21 -
YUV 156.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 199 125 206 0.03 0.39 0 0.19 294.81 0.45 0.65
Hex C7 7D CE 3 27 0 13 127 2D 41
Octal 307 175 316 3 47 0 23 447 55 101
Binary 11000111 1111101 11001110 11 100111 0 10011 100100111 101101 1000001

Color Harmonies of #C77DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DCE

Black with #C77DCE

Text Example


Text Example

White with #C77DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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