Html Css Color HEX #C771D2 Orchid

📋 copy color: '#C771D2'

red 199 ◦ green 113 ◦ blue 210

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

Shades of Orchid #C771D2

Tints of Orchid #C771D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 38.12%
G = 21.65%
B = 40.23%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C771D2 (or 0xC771D2) is known color: Orchid. HEX triplet: C7, 71 and D2. RGB value is (199,113,210). Sum of RGB (Red+Green+Blue) = 199+113+210=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #C771D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771D2 is #388E2D. Grayscale: #959595. Windows color (decimal): -3706414 or 13791687. OLE color: 13791687.

HSL color Cylindrical-coordinate representation of color #C771D2: hue angle of 293.2º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C771D2 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 113 210 -
CMYK 0.05 0.46 0 0.18
HSL 293.2º 0.52% 0.63% -
HSV(B) 293.2º 0.46% 0.82% -
XYZ 41.09 28.61 64.33 -
YUV 149.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 199 113 210 0.05 0.46 0 0.18 293.2 0.52 0.63
Hex C7 71 D2 5 2E 0 12 125 34 3F
Octal 307 161 322 5 56 0 22 445 64 77
Binary 11000111 1110001 11010010 101 101110 0 10010 100100101 110100 111111

Color Harmonies of #C771D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771D2

Black with #C771D2

Text Example


Text Example

White with #C771D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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