Html Css Color HEX #C772BE Orchid

📋 copy color: '#C772BE'

red 199 ◦ green 114 ◦ blue 190

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

Shades of Orchid #C772BE

Tints of Orchid #C772BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 39.56%
G = 22.66%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C772BE (or 0xC772BE) is known color: Orchid. HEX triplet: C7, 72 and BE. RGB value is (199,114,190). Sum of RGB (Red+Green+Blue) = 199+114+190=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BE is #388D41. Grayscale: #939393. Windows color (decimal): -3706178 or 12481223. OLE color: 12481223.

HSL color Cylindrical-coordinate representation of color #C772BE: hue angle of 306.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772BE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 190 -
CMYK 0 0.43 0.05 0.22
HSL 306.35º 0.43% 0.61% -
HSV(B) 306.35º 0.43% 0.78% -
XYZ 38.86 27.89 52.05 -
YUV 148.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 199 114 190 0 0.43 0.05 0.22 306.35 0.43 0.61
Hex C7 72 BE 0 2B 5 16 132 2B 3D
Octal 307 162 276 0 53 5 26 462 53 75
Binary 11000111 1110010 10111110 0 101011 101 10110 100110010 101011 111101

Color Harmonies of #C772BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772BE

Black with #C772BE

Text Example


Text Example

White with #C772BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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