Html Css Color HEX #C77CDC Orchid

📋 copy color: '#C77CDC'

red 199 ◦ green 124 ◦ blue 220

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

Shades of Orchid #C77CDC

Tints of Orchid #C77CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 36.65%
G = 22.84%
B = 40.52%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C77CDC (or 0xC77CDC) is known color: Orchid. HEX triplet: C7, 7C and DC. RGB value is (199,124,220). Sum of RGB (Red+Green+Blue) = 199+124+220=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CDC is #388323. Grayscale: #9D9D9D. Windows color (decimal): -3703588 or 14449863. OLE color: 14449863.

HSL color Cylindrical-coordinate representation of color #C77CDC: hue angle of 286.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77CDC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 124 220 -
CMYK 0.10 0.44 0 0.14
HSL 286.88º 0.58% 0.67% -
HSV(B) 286.88º 0.44% 0.86% -
XYZ 43.68 31.72 71.53 -
YUV 157.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 199 124 220 0.10 0.44 0 0.14 286.88 0.58 0.67
Hex C7 7C DC A 2C 0 E 11F 3A 43
Octal 307 174 334 12 54 0 16 437 72 103
Binary 11000111 1111100 11011100 1010 101100 0 1110 100011111 111010 1000011

Color Harmonies of #C77CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CDC

Black with #C77CDC

Text Example


Text Example

White with #C77CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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