Html Css Color HEX #C771CD Orchid

📋 copy color: '#C771CD'

red 199 ◦ green 113 ◦ blue 205

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

Shades of Orchid #C771CD

Tints of Orchid #C771CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 38.49%
G = 21.86%
B = 39.65%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C771CD (or 0xC771CD) is known color: Orchid. HEX triplet: C7, 71 and CD. RGB value is (199,113,205). Sum of RGB (Red+Green+Blue) = 199+113+205=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C771CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CD is #388E32. Grayscale: #949494. Windows color (decimal): -3706419 or 13464007. OLE color: 13464007.

HSL color Cylindrical-coordinate representation of color #C771CD: hue angle of 296.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C771CD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 113 205 -
CMYK 0.03 0.45 0 0.20
HSL 296.09º 0.48% 0.62% -
HSV(B) 296.09º 0.45% 0.8% -
XYZ 40.48 28.36 61.1 -
YUV 149.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 199 113 205 0.03 0.45 0 0.20 296.09 0.48 0.62
Hex C7 71 CD 3 2D 0 14 128 30 3E
Octal 307 161 315 3 55 0 24 450 60 76
Binary 11000111 1110001 11001101 11 101101 0 10100 100101000 110000 111110

Color Harmonies of #C771CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771CD

Black with #C771CD

Text Example


Text Example

White with #C771CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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