Html Css Color HEX #C772D5 Orchid

📋 copy color: '#C772D5'

red 199 ◦ green 114 ◦ blue 213

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

Shades of Orchid #C772D5

Tints of Orchid #C772D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 37.83%
G = 21.67%
B = 40.49%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C772D5 (or 0xC772D5) is known color: Orchid. HEX triplet: C7, 72 and D5. RGB value is (199,114,213). Sum of RGB (Red+Green+Blue) = 199+114+213=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #C772D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772D5 is #388D2A. Grayscale: #969696. Windows color (decimal): -3706155 or 13988551. OLE color: 13988551.

HSL color Cylindrical-coordinate representation of color #C772D5: hue angle of 291.52º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C772D5 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 114 213 -
CMYK 0.07 0.46 0 0.16
HSL 291.52º 0.54% 0.64% -
HSV(B) 291.52º 0.46% 0.84% -
XYZ 41.58 28.98 66.35 -
YUV 150.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 199 114 213 0.07 0.46 0 0.16 291.52 0.54 0.64
Hex C7 72 D5 7 2E 0 10 124 36 40
Octal 307 162 325 7 56 0 20 444 66 100
Binary 11000111 1110010 11010101 111 101110 0 10000 100100100 110110 1000000

Color Harmonies of #C772D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772D5

Black with #C772D5

Text Example


Text Example

White with #C772D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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