Html Css Color HEX #C771DA Orchid

📋 copy color: '#C771DA'

red 199 ◦ green 113 ◦ blue 218

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

Shades of Orchid #C771DA

Tints of Orchid #C771DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 37.55%
G = 21.32%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C771DA (or 0xC771DA) is known color: Orchid. HEX triplet: C7, 71 and DA. RGB value is (199,113,218). Sum of RGB (Red+Green+Blue) = 199+113+218=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C771DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DA is #388E25. Grayscale: #969696. Windows color (decimal): -3706406 or 14315975. OLE color: 14315975.

HSL color Cylindrical-coordinate representation of color #C771DA: hue angle of 289.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C771DA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 113 218 -
CMYK 0.09 0.48 0 0.15
HSL 289.14º 0.59% 0.65% -
HSV(B) 289.14º 0.48% 0.85% -
XYZ 42.11 29.01 69.71 -
YUV 150.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 199 113 218 0.09 0.48 0 0.15 289.14 0.59 0.65
Hex C7 71 DA 9 30 0 F 121 3B 41
Octal 307 161 332 11 60 0 17 441 73 101
Binary 11000111 1110001 11011010 1001 110000 0 1111 100100001 111011 1000001

Color Harmonies of #C771DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771DA

Black with #C771DA

Text Example


Text Example

White with #C771DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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