Html Css Color HEX #C332ED Medium Orchid

📋 copy color: '#C332ED'

red 195 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #C332ED

Tints of Medium Orchid #C332ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.37%

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

R = 40.46%
G = 10.37%
B = 49.17%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C332ED (or 0xC332ED) is known color: Medium Orchid. HEX triplet: C3, 32 and ED. RGB value is (195,50,237). Sum of RGB (Red+Green+Blue) = 195+50+237=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C332ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332ED is #3CCD12. Grayscale: #727272. Windows color (decimal): -3984659 or 15545027. OLE color: 15545027.

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

Color convert

RGB 195 50 237 -
CMYK 0.18 0.79 0 0.07
HSL 286.52º 0.84% 0.56% -
HSV(B) 286.52º 0.79% 0.93% -
XYZ 38.93 20 81.93 -
YUV 114.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 195 50 237 0.18 0.79 0 0.07 286.52 0.84 0.56
Hex C3 32 ED 12 4F 0 7 11F 54 38
Octal 303 62 355 22 117 0 7 437 124 70
Binary 11000011 110010 11101101 10010 1001111 0 111 100011111 1010100 111000

Color Harmonies of #C332ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332ED

Black with #C332ED

Text Example


Text Example

White with #C332ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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