Html Css Color HEX #C772CD Orchid

📋 copy color: '#C772CD'

red 199 ◦ green 114 ◦ blue 205

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

Shades of Orchid #C772CD

Tints of Orchid #C772CD

RGB

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

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

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

R = 38.42%
G = 22.01%
B = 39.58%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C772CD (or 0xC772CD) is known color: Orchid. HEX triplet: C7, 72 and CD. RGB value is (199,114,205). Sum of RGB (Red+Green+Blue) = 199+114+205=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C772CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CD is #388D32. Grayscale: #959595. Windows color (decimal): -3706163 or 13464263. OLE color: 13464263.

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

Color convert

RGB 199 114 205 -
CMYK 0.03 0.44 0 0.20
HSL 296.04º 0.48% 0.63% -
HSV(B) 296.04º 0.44% 0.8% -
XYZ 40.59 28.58 61.14 -
YUV 149.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 199 114 205 0.03 0.44 0 0.20 296.04 0.48 0.63
Hex C7 72 CD 3 2C 0 14 128 30 3F
Octal 307 162 315 3 54 0 24 450 60 77
Binary 11000111 1110010 11001101 11 101100 0 10100 100101000 110000 111111

Color Harmonies of #C772CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772CD

Black with #C772CD

Text Example


Text Example

White with #C772CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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