Html Css Color HEX #C771DC Orchid

📋 copy color: '#C771DC'

red 199 ◦ green 113 ◦ blue 220

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

Shades of Orchid #C771DC

Tints of Orchid #C771DC

RGB

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

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

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

R = 37.41%
G = 21.24%
B = 41.35%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C771DC (or 0xC771DC) is known color: Orchid. HEX triplet: C7, 71 and DC. RGB value is (199,113,220). Sum of RGB (Red+Green+Blue) = 199+113+220=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C771DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DC is #388E23. Grayscale: #969696. Windows color (decimal): -3706404 or 14447047. OLE color: 14447047.

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

Color convert

RGB 199 113 220 -
CMYK 0.10 0.49 0 0.14
HSL 288.22º 0.6% 0.65% -
HSV(B) 288.22º 0.49% 0.86% -
XYZ 42.38 29.12 71.1 -
YUV 150.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 199 113 220 0.10 0.49 0 0.14 288.22 0.6 0.65
Hex C7 71 DC A 31 0 E 120 3C 41
Octal 307 161 334 12 61 0 16 440 74 101
Binary 11000111 1110001 11011100 1010 110001 0 1110 100100000 111100 1000001

Color Harmonies of #C771DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771DC

Black with #C771DC

Text Example


Text Example

White with #C771DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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