Html Css Color HEX #C32BDE Medium Orchid

📋 copy color: '#C32BDE'

red 195 ◦ green 43 ◦ blue 222

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

Shades of Medium Orchid #C32BDE

Tints of Medium Orchid #C32BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.35%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 42.39%
G = 9.35%
B = 48.26%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32BDE (or 0xC32BDE) is known color: Medium Orchid. HEX triplet: C3, 2B and DE. RGB value is (195,43,222). Sum of RGB (Red+Green+Blue) = 195+43+222=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C32BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDE is #3CD421. Grayscale: #6C6C6C. Windows color (decimal): -3986466 or 14560195. OLE color: 14560195.

HSL color Cylindrical-coordinate representation of color #C32BDE: hue angle of 290.95º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32BDE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 43 222 -
CMYK 0.12 0.81 0 0.13
HSL 290.95º 0.73% 0.52% -
HSV(B) 290.95º 0.81% 0.87% -
XYZ 36.55 18.6 70.77 -
YUV 108.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 195 43 222 0.12 0.81 0 0.13 290.95 0.73 0.52
Hex C3 2B DE C 51 0 D 123 49 34
Octal 303 53 336 14 121 0 15 443 111 64
Binary 11000011 101011 11011110 1100 1010001 0 1101 100100011 1001001 110100

Color Harmonies of #C32BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BDE

Black with #C32BDE

Text Example


Text Example

White with #C32BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BDE; }

 p { color: rgb(195,43,222); }

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

background-color css

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

 a { background-color: rgb(195,43,222); }

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

border-color css

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

 span { border-color: rgb(195,43,222); }

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