Html Css Color HEX #C77ADE Orchid

📋 copy color: '#C77ADE'

red 199 ◦ green 122 ◦ blue 222

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

Shades of Orchid #C77ADE

Tints of Orchid #C77ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 36.65%
G = 22.47%
B = 40.88%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C77ADE (or 0xC77ADE) is known color: Orchid. HEX triplet: C7, 7A and DE. RGB value is (199,122,222). Sum of RGB (Red+Green+Blue) = 199+122+222=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #C77ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADE is #388521. Grayscale: #9C9C9C. Windows color (decimal): -3704098 or 14580423. OLE color: 14580423.

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

Color convert

RGB 199 122 222 -
CMYK 0.10 0.45 0 0.13
HSL 286.2º 0.6% 0.67% -
HSV(B) 286.2º 0.45% 0.87% -
XYZ 43.7 31.34 72.85 -
YUV 156.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 199 122 222 0.10 0.45 0 0.13 286.2 0.6 0.67
Hex C7 7A DE A 2D 0 D 11E 3C 43
Octal 307 172 336 12 55 0 15 436 74 103
Binary 11000111 1111010 11011110 1010 101101 0 1101 100011110 111100 1000011

Color Harmonies of #C77ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ADE

Black with #C77ADE

Text Example


Text Example

White with #C77ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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