Html Css Color HEX #C32DED Medium Orchid

📋 copy color: '#C32DED'

red 195 ◦ green 45 ◦ blue 237

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

Shades of Medium Orchid #C32DED

Tints of Medium Orchid #C32DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.43%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 40.88%
G = 9.43%
B = 49.69%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C32DED (or 0xC32DED) is known color: Medium Orchid. HEX triplet: C3, 2D and ED. RGB value is (195,45,237). Sum of RGB (Red+Green+Blue) = 195+45+237=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C32DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DED is #3CD212. Grayscale: #6F6F6F. Windows color (decimal): -3985939 or 15543747. OLE color: 15543747.

HSL color Cylindrical-coordinate representation of color #C32DED: hue angle of 286.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DED is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 45 237 -
CMYK 0.18 0.81 0 0.07
HSL 286.88º 0.84% 0.55% -
HSV(B) 286.88º 0.81% 0.93% -
XYZ 38.73 19.59 81.86 -
YUV 111.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 195 45 237 0.18 0.81 0 0.07 286.88 0.84 0.55
Hex C3 2D ED 12 51 0 7 11F 54 37
Octal 303 55 355 22 121 0 7 437 124 67
Binary 11000011 101101 11101101 10010 1010001 0 111 100011111 1010100 110111

Color Harmonies of #C32DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DED

Black with #C32DED

Text Example


Text Example

White with #C32DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DED; }

 p { color: rgb(195,45,237); }

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

background-color css

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

 a { background-color: rgb(195,45,237); }

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

border-color css

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

 span { border-color: rgb(195,45,237); }

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