Html Css Color HEX #C32FD3 Medium Orchid

📋 copy color: '#C32FD3'

red 195 ◦ green 47 ◦ blue 211

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

Shades of Medium Orchid #C32FD3

Tints of Medium Orchid #C32FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.58%

R = 43.05%
G = 10.38%
B = 46.58%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C32FD3 (or 0xC32FD3) is known color: Medium Orchid. HEX triplet: C3, 2F and D3. RGB value is (195,47,211). Sum of RGB (Red+Green+Blue) = 195+47+211=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #C32FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FD3 is #3CD02C. Grayscale: #6D6D6D. Windows color (decimal): -3985453 or 13840323. OLE color: 13840323.

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

Color convert

RGB 195 47 211 -
CMYK 0.08 0.78 0 0.17
HSL 294.15º 0.65% 0.51% -
HSV(B) 294.15º 0.78% 0.83% -
XYZ 35.28 18.34 63.31 -
YUV 109.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 195 47 211 0.08 0.78 0 0.17 294.15 0.65 0.51
Hex C3 2F D3 8 4E 0 11 126 41 33
Octal 303 57 323 10 116 0 21 446 101 63
Binary 11000011 101111 11010011 1000 1001110 0 10001 100100110 1000001 110011

Color Harmonies of #C32FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FD3

Black with #C32FD3

Text Example


Text Example

White with #C32FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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