Html Css Color HEX #C771DF Orchid

📋 copy color: '#C771DF'

red 199 ◦ green 113 ◦ blue 223

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

Shades of Orchid #C771DF

Tints of Orchid #C771DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 37.2%
G = 21.12%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C771DF (or 0xC771DF) is known color: Orchid. HEX triplet: C7, 71 and DF. RGB value is (199,113,223). Sum of RGB (Red+Green+Blue) = 199+113+223=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C771DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DF is #388E20. Grayscale: #969696. Windows color (decimal): -3706401 or 14643655. OLE color: 14643655.

HSL color Cylindrical-coordinate representation of color #C771DF: hue angle of 286.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C771DF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 113 223 -
CMYK 0.11 0.49 0 0.13
HSL 286.91º 0.63% 0.66% -
HSV(B) 286.91º 0.49% 0.87% -
XYZ 42.78 29.28 73.21 -
YUV 151.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 199 113 223 0.11 0.49 0 0.13 286.91 0.63 0.66
Hex C7 71 DF B 31 0 D 11F 3F 42
Octal 307 161 337 13 61 0 15 437 77 102
Binary 11000111 1110001 11011111 1011 110001 0 1101 100011111 111111 1000010

Color Harmonies of #C771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771DF

Black with #C771DF

Text Example


Text Example

White with #C771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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