Html Css Color HEX #C32FE4 Medium Orchid

📋 copy color: '#C32FE4'

red 195 ◦ green 47 ◦ blue 228

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

Shades of Medium Orchid #C32FE4

Tints of Medium Orchid #C32FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 41.49%
G = 10%
B = 48.51%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C32FE4 (or 0xC32FE4) is known color: Medium Orchid. HEX triplet: C3, 2F and E4. RGB value is (195,47,228). Sum of RGB (Red+Green+Blue) = 195+47+228=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #C32FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FE4 is #3CD01B. Grayscale: #6F6F6F. Windows color (decimal): -3985436 or 14954435. OLE color: 14954435.

HSL color Cylindrical-coordinate representation of color #C32FE4: hue angle of 289.06º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32FE4 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 47 228 -
CMYK 0.14 0.79 0 0.11
HSL 289.06º 0.77% 0.54% -
HSV(B) 289.06º 0.79% 0.89% -
XYZ 37.53 19.24 75.13 -
YUV 111.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 195 47 228 0.14 0.79 0 0.11 289.06 0.77 0.54
Hex C3 2F E4 E 4F 0 B 121 4D 36
Octal 303 57 344 16 117 0 13 441 115 66
Binary 11000011 101111 11100100 1110 1001111 0 1011 100100001 1001101 110110

Color Harmonies of #C32FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FE4

Black with #C32FE4

Text Example


Text Example

White with #C32FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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