Html Css Color HEX #C772CE Orchid

📋 copy color: '#C772CE'

red 199 ◦ green 114 ◦ blue 206

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

Shades of Orchid #C772CE

Tints of Orchid #C772CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.97%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 38.34%
G = 21.97%
B = 39.69%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C772CE (or 0xC772CE) is known color: Orchid. HEX triplet: C7, 72 and CE. RGB value is (199,114,206). Sum of RGB (Red+Green+Blue) = 199+114+206=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C772CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CE is #388D31. Grayscale: #959595. Windows color (decimal): -3706162 or 13529799. OLE color: 13529799.

HSL color Cylindrical-coordinate representation of color #C772CE: hue angle of 295.43º degrees, saturation: 0.48, 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 #C772CE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 114 206 -
CMYK 0.03 0.45 0 0.19
HSL 295.43º 0.48% 0.63% -
HSV(B) 295.43º 0.45% 0.81% -
XYZ 40.71 28.63 61.77 -
YUV 149.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 199 114 206 0.03 0.45 0 0.19 295.43 0.48 0.63
Hex C7 72 CE 3 2D 0 13 127 30 3F
Octal 307 162 316 3 55 0 23 447 60 77
Binary 11000111 1110010 11001110 11 101101 0 10011 100100111 110000 111111

Color Harmonies of #C772CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772CE

Black with #C772CE

Text Example


Text Example

White with #C772CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772CE; }

 p { color: rgb(199,114,206); }

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

background-color css

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

 a { background-color: rgb(199,114,206); }

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

border-color css

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

 span { border-color: rgb(199,114,206); }

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