Html Css Color HEX #C32CEB Medium Orchid

📋 copy color: '#C32CEB'

red 195 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #C32CEB

Tints of Medium Orchid #C32CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.28%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 41.14%
G = 9.28%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C32CEB (or 0xC32CEB) is known color: Medium Orchid. HEX triplet: C3, 2C and EB. RGB value is (195,44,235). Sum of RGB (Red+Green+Blue) = 195+44+235=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #C32CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CEB is #3CD314. Grayscale: #6E6E6E. Windows color (decimal): -3986197 or 15412419. OLE color: 15412419.

HSL color Cylindrical-coordinate representation of color #C32CEB: hue angle of 287.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32CEB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 44 235 -
CMYK 0.17 0.81 0 0.08
HSL 287.43º 0.83% 0.55% -
HSV(B) 287.43º 0.81% 0.92% -
XYZ 38.4 19.4 80.32 -
YUV 110.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 195 44 235 0.17 0.81 0 0.08 287.43 0.83 0.55
Hex C3 2C EB 11 51 0 8 11F 53 37
Octal 303 54 353 21 121 0 10 437 123 67
Binary 11000011 101100 11101011 10001 1010001 0 1000 100011111 1010011 110111

Color Harmonies of #C32CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CEB

Black with #C32CEB

Text Example


Text Example

White with #C32CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CEB; }

 p { color: rgb(195,44,235); }

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

background-color css

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

 a { background-color: rgb(195,44,235); }

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

border-color css

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

 span { border-color: rgb(195,44,235); }

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