Html Css Color HEX #C771D8 Orchid

📋 copy color: '#C771D8'

red 199 ◦ green 113 ◦ blue 216

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

Shades of Orchid #C771D8

Tints of Orchid #C771D8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 37.69%
G = 21.4%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C771D8 (or 0xC771D8) is known color: Orchid. HEX triplet: C7, 71 and D8. RGB value is (199,113,216). Sum of RGB (Red+Green+Blue) = 199+113+216=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C771D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771D8 is #388E27. Grayscale: #969696. Windows color (decimal): -3706408 or 14184903. OLE color: 14184903.

HSL color Cylindrical-coordinate representation of color #C771D8: hue angle of 290.1º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C771D8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 113 216 -
CMYK 0.08 0.48 0 0.15
HSL 290.1º 0.57% 0.65% -
HSV(B) 290.1º 0.48% 0.85% -
XYZ 41.85 28.91 68.34 -
YUV 150.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 199 113 216 0.08 0.48 0 0.15 290.1 0.57 0.65
Hex C7 71 D8 8 30 0 F 122 39 41
Octal 307 161 330 10 60 0 17 442 71 101
Binary 11000111 1110001 11011000 1000 110000 0 1111 100100010 111001 1000001

Color Harmonies of #C771D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771D8

Black with #C771D8

Text Example


Text Example

White with #C771D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771D8; }

 p { color: rgb(199,113,216); }

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

background-color css

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

 a { background-color: rgb(199,113,216); }

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

border-color css

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

 span { border-color: rgb(199,113,216); }

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