Html Css Color HEX #C771D6 Orchid

📋 copy color: '#C771D6'

red 199 ◦ green 113 ◦ blue 214

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

Shades of Orchid #C771D6

Tints of Orchid #C771D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 37.83%
G = 21.48%
B = 40.68%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C771D6 (or 0xC771D6) is known color: Orchid. HEX triplet: C7, 71 and D6. RGB value is (199,113,214). Sum of RGB (Red+Green+Blue) = 199+113+214=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #C771D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771D6 is #388E29. Grayscale: #959595. Windows color (decimal): -3706410 or 14053831. OLE color: 14053831.

HSL color Cylindrical-coordinate representation of color #C771D6: hue angle of 291.09º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C771D6 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 113 214 -
CMYK 0.07 0.47 0 0.16
HSL 291.09º 0.55% 0.64% -
HSV(B) 291.09º 0.47% 0.84% -
XYZ 41.6 28.81 66.99 -
YUV 150.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 199 113 214 0.07 0.47 0 0.16 291.09 0.55 0.64
Hex C7 71 D6 7 2F 0 10 123 37 40
Octal 307 161 326 7 57 0 20 443 67 100
Binary 11000111 1110001 11010110 111 101111 0 10000 100100011 110111 1000000

Color Harmonies of #C771D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771D6

Black with #C771D6

Text Example


Text Example

White with #C771D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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