Html Css Color HEX #C32EEA Medium Orchid

📋 copy color: '#C32EEA'

red 195 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #C32EEA

Tints of Medium Orchid #C32EEA

RGB

 RED value IS 195 (76.56% from 255) = 41.05%

 GREEN value IS 46 (18.36% from 255) = 9.68%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 41.05%
G = 9.68%
B = 49.26%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C32EEA (or 0xC32EEA) is known color: Medium Orchid. HEX triplet: C3, 2E and EA. RGB value is (195,46,234). Sum of RGB (Red+Green+Blue) = 195+46+234=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EEA is #3CD115. Grayscale: #6F6F6F. Windows color (decimal): -3985686 or 15347395. OLE color: 15347395.

HSL color Cylindrical-coordinate representation of color #C32EEA: hue angle of 287.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32EEA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 46 234 -
CMYK 0.17 0.80 0 0.08
HSL 287.55º 0.82% 0.55% -
HSV(B) 287.55º 0.8% 0.92% -
XYZ 38.33 19.5 79.58 -
YUV 111.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 195 46 234 0.17 0.80 0 0.08 287.55 0.82 0.55
Hex C3 2E EA 11 50 0 8 120 52 37
Octal 303 56 352 21 120 0 10 440 122 67
Binary 11000011 101110 11101010 10001 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C32EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EEA

Black with #C32EEA

Text Example


Text Example

White with #C32EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EEA; }

 p { color: rgb(195,46,234); }

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

background-color css

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

 a { background-color: rgb(195,46,234); }

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

border-color css

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

 span { border-color: rgb(195,46,234); }

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