Html Css Color HEX #C32EDA Medium Orchid

📋 copy color: '#C32EDA'

red 195 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #C32EDA

Tints of Medium Orchid #C32EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 42.48%
G = 10.02%
B = 47.49%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C32EDA (or 0xC32EDA) is known color: Medium Orchid. HEX triplet: C3, 2E and DA. RGB value is (195,46,218). Sum of RGB (Red+Green+Blue) = 195+46+218=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C32EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EDA is #3CD125. Grayscale: #6D6D6D. Windows color (decimal): -3985702 or 14298819. OLE color: 14298819.

HSL color Cylindrical-coordinate representation of color #C32EDA: hue angle of 291.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32EDA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 46 218 -
CMYK 0.11 0.79 0 0.15
HSL 291.98º 0.7% 0.52% -
HSV(B) 291.98º 0.79% 0.85% -
XYZ 36.14 18.62 68.02 -
YUV 110.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 195 46 218 0.11 0.79 0 0.15 291.98 0.7 0.52
Hex C3 2E DA B 4F 0 F 124 46 34
Octal 303 56 332 13 117 0 17 444 106 64
Binary 11000011 101110 11011010 1011 1001111 0 1111 100100100 1000110 110100

Color Harmonies of #C32EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EDA

Black with #C32EDA

Text Example


Text Example

White with #C32EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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