Html Css Color HEX #C472E5 Medium Orchid

📋 copy color: '#C472E5'

red 196 ◦ green 114 ◦ blue 229

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

Shades of Medium Orchid #C472E5

Tints of Medium Orchid #C472E5

RGB

 RED value IS 196 (76.95% from 255) = 36.36%

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

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 36.36%
G = 21.15%
B = 42.49%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C472E5 (or 0xC472E5) is known color: Medium Orchid. HEX triplet: C4, 72 and E5. RGB value is (196,114,229). Sum of RGB (Red+Green+Blue) = 196+114+229=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #C472E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472E5 is #3B8D1A. Grayscale: #979797. Windows color (decimal): -3902747 or 15037124. OLE color: 15037124.

HSL color Cylindrical-coordinate representation of color #C472E5: hue angle of 282.78º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C472E5 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 114 229 -
CMYK 0.14 0.50 0 0.10
HSL 282.78º 0.69% 0.67% -
HSV(B) 282.78º 0.5% 0.9% -
XYZ 42.93 29.43 77.55 -
YUV 151.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 196 114 229 0.14 0.50 0 0.10 282.78 0.69 0.67
Hex C4 72 E5 E 32 0 A 11B 45 43
Octal 304 162 345 16 62 0 12 433 105 103
Binary 11000100 1110010 11100101 1110 110010 0 1010 100011011 1000101 1000011

Color Harmonies of #C472E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472E5

Black with #C472E5

Text Example


Text Example

White with #C472E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472E5; }

 p { color: rgb(196,114,229); }

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

background-color css

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

 a { background-color: rgb(196,114,229); }

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

border-color css

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

 span { border-color: rgb(196,114,229); }

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