Html Css Color HEX #C32FEA Medium Orchid

📋 copy color: '#C32FEA'

red 195 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #C32FEA

Tints of Medium Orchid #C32FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 40.97%
G = 9.87%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C32FEA (or 0xC32FEA) is known color: Medium Orchid. HEX triplet: C3, 2F and EA. RGB value is (195,47,234). Sum of RGB (Red+Green+Blue) = 195+47+234=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FEA is #3CD015. Grayscale: #6F6F6F. Windows color (decimal): -3985430 or 15347651. OLE color: 15347651.

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

Color convert

RGB 195 47 234 -
CMYK 0.17 0.80 0 0.08
HSL 287.49º 0.82% 0.55% -
HSV(B) 287.49º 0.8% 0.92% -
XYZ 38.37 19.58 79.6 -
YUV 112.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 195 47 234 0.17 0.80 0 0.08 287.49 0.82 0.55
Hex C3 2F EA 11 50 0 8 11F 52 37
Octal 303 57 352 21 120 0 10 437 122 67
Binary 11000011 101111 11101010 10001 1010000 0 1000 100011111 1010010 110111

Color Harmonies of #C32FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FEA

Black with #C32FEA

Text Example


Text Example

White with #C32FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FEA; }

 p { color: rgb(195,47,234); }

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

background-color css

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

 a { background-color: rgb(195,47,234); }

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

border-color css

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

 span { border-color: rgb(195,47,234); }

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