Html Css Color HEX #C771CF Orchid

📋 copy color: '#C771CF'

red 199 ◦ green 113 ◦ blue 207

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

Shades of Orchid #C771CF

Tints of Orchid #C771CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 38.34%
G = 21.77%
B = 39.88%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C771CF (or 0xC771CF) is known color: Orchid. HEX triplet: C7, 71 and CF. RGB value is (199,113,207). Sum of RGB (Red+Green+Blue) = 199+113+207=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C771CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CF is #388E30. Grayscale: #959595. Windows color (decimal): -3706417 or 13595079. OLE color: 13595079.

HSL color Cylindrical-coordinate representation of color #C771CF: hue angle of 294.89º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C771CF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 113 207 -
CMYK 0.04 0.45 0 0.19
HSL 294.89º 0.49% 0.63% -
HSV(B) 294.89º 0.45% 0.81% -
XYZ 40.72 28.46 62.38 -
YUV 149.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 199 113 207 0.04 0.45 0 0.19 294.89 0.49 0.63
Hex C7 71 CF 4 2D 0 13 127 31 3F
Octal 307 161 317 4 55 0 23 447 61 77
Binary 11000111 1110001 11001111 100 101101 0 10011 100100111 110001 111111

Color Harmonies of #C771CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771CF

Black with #C771CF

Text Example


Text Example

White with #C771CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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