Html Css Color HEX #C77CDD Orchid

📋 copy color: '#C77CDD'

red 199 ◦ green 124 ◦ blue 221

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

Shades of Orchid #C77CDD

Tints of Orchid #C77CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 36.58%
G = 22.79%
B = 40.63%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C77CDD (or 0xC77CDD) is known color: Orchid. HEX triplet: C7, 7C and DD. RGB value is (199,124,221). Sum of RGB (Red+Green+Blue) = 199+124+221=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CDD is #388322. Grayscale: #9D9D9D. Windows color (decimal): -3703587 or 14515399. OLE color: 14515399.

HSL color Cylindrical-coordinate representation of color #C77CDD: hue angle of 286.39º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77CDD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 124 221 -
CMYK 0.10 0.44 0 0.13
HSL 286.39º 0.59% 0.68% -
HSV(B) 286.39º 0.44% 0.87% -
XYZ 43.81 31.78 72.23 -
YUV 157.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 199 124 221 0.10 0.44 0 0.13 286.39 0.59 0.68
Hex C7 7C DD A 2C 0 D 11E 3B 44
Octal 307 174 335 12 54 0 15 436 73 104
Binary 11000111 1111100 11011101 1010 101100 0 1101 100011110 111011 1000100

Color Harmonies of #C77CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CDD

Black with #C77CDD

Text Example


Text Example

White with #C77CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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