Html Css Color HEX #C77ADC Orchid

📋 copy color: '#C77ADC'

red 199 ◦ green 122 ◦ blue 220

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

Shades of Orchid #C77ADC

Tints of Orchid #C77ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.55%

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

R = 36.78%
G = 22.55%
B = 40.67%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C77ADC (or 0xC77ADC) is known color: Orchid. HEX triplet: C7, 7A and DC. RGB value is (199,122,220). Sum of RGB (Red+Green+Blue) = 199+122+220=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADC is #388523. Grayscale: #9B9B9B. Windows color (decimal): -3704100 or 14449351. OLE color: 14449351.

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

Color convert

RGB 199 122 220 -
CMYK 0.10 0.45 0 0.14
HSL 287.14º 0.58% 0.67% -
HSV(B) 287.14º 0.45% 0.86% -
XYZ 43.43 31.23 71.45 -
YUV 156.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 199 122 220 0.10 0.45 0 0.14 287.14 0.58 0.67
Hex C7 7A DC A 2D 0 E 11F 3A 43
Octal 307 172 334 12 55 0 16 437 72 103
Binary 11000111 1111010 11011100 1010 101101 0 1110 100011111 111010 1000011

Color Harmonies of #C77ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ADC

Black with #C77ADC

Text Example


Text Example

White with #C77ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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