Html Css Color HEX #C472DE Medium Orchid

📋 copy color: '#C472DE'

red 196 ◦ green 114 ◦ blue 222

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

Shades of Medium Orchid #C472DE

Tints of Medium Orchid #C472DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 36.84%
G = 21.43%
B = 41.73%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C472DE (or 0xC472DE) is known color: Medium Orchid. HEX triplet: C4, 72 and DE. RGB value is (196,114,222). Sum of RGB (Red+Green+Blue) = 196+114+222=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C472DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472DE is #3B8D21. Grayscale: #969696. Windows color (decimal): -3902754 or 14578372. OLE color: 14578372.

HSL color Cylindrical-coordinate representation of color #C472DE: hue angle of 285.56º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C472DE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 114 222 -
CMYK 0.12 0.49 0 0.13
HSL 285.56º 0.62% 0.66% -
HSV(B) 285.56º 0.49% 0.87% -
XYZ 41.97 29.04 72.5 -
YUV 150.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 196 114 222 0.12 0.49 0 0.13 285.56 0.62 0.66
Hex C4 72 DE C 31 0 D 11E 3E 42
Octal 304 162 336 14 61 0 15 436 76 102
Binary 11000100 1110010 11011110 1100 110001 0 1101 100011110 111110 1000010

Color Harmonies of #C472DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472DE

Black with #C472DE

Text Example


Text Example

White with #C472DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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