Html Css Color HEX #C332EF Medium Orchid

📋 copy color: '#C332EF'

red 195 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #C332EF

Tints of Medium Orchid #C332EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 40.29%
G = 10.33%
B = 49.38%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C332EF (or 0xC332EF) is known color: Medium Orchid. HEX triplet: C3, 32 and EF. RGB value is (195,50,239). Sum of RGB (Red+Green+Blue) = 195+50+239=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #C332EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332EF is #3CCD10. Grayscale: #727272. Windows color (decimal): -3984657 or 15676099. OLE color: 15676099.

HSL color Cylindrical-coordinate representation of color #C332EF: hue angle of 286.03º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C332EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 50 239 -
CMYK 0.18 0.79 0 0.06
HSL 286.03º 0.86% 0.57% -
HSV(B) 286.03º 0.79% 0.94% -
XYZ 39.23 20.12 83.48 -
YUV 114.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 195 50 239 0.18 0.79 0 0.06 286.03 0.86 0.57
Hex C3 32 EF 12 4F 0 6 11E 56 39
Octal 303 62 357 22 117 0 6 436 126 71
Binary 11000011 110010 11101111 10010 1001111 0 110 100011110 1010110 111001

Color Harmonies of #C332EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332EF

Black with #C332EF

Text Example


Text Example

White with #C332EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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