Html Css Color HEX #C32EDC Medium Orchid

📋 copy color: '#C32EDC'

red 195 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #C32EDC

Tints of Medium Orchid #C32EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 42.3%
G = 9.98%
B = 47.72%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C32EDC (or 0xC32EDC) is known color: Medium Orchid. HEX triplet: C3, 2E and DC. RGB value is (195,46,220). Sum of RGB (Red+Green+Blue) = 195+46+220=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C32EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EDC is #3CD123. Grayscale: #6D6D6D. Windows color (decimal): -3985700 or 14429891. OLE color: 14429891.

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

Color convert

RGB 195 46 220 -
CMYK 0.11 0.79 0 0.14
HSL 291.38º 0.71% 0.52% -
HSV(B) 291.38º 0.79% 0.86% -
XYZ 36.4 18.72 69.41 -
YUV 110.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 195 46 220 0.11 0.79 0 0.14 291.38 0.71 0.52
Hex C3 2E DC B 4F 0 E 123 47 34
Octal 303 56 334 13 117 0 16 443 107 64
Binary 11000011 101110 11011100 1011 1001111 0 1110 100100011 1000111 110100

Color Harmonies of #C32EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EDC

Black with #C32EDC

Text Example


Text Example

White with #C32EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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