Html Css Color HEX #CA32DC Medium Orchid

📋 copy color: '#CA32DC'

red 202 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #CA32DC

Tints of Medium Orchid #CA32DC

RGB

 RED value IS 202 (79.3% from 255) = 42.8%

 GREEN value IS 50 (19.92% from 255) = 10.59%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 42.8%
G = 10.59%
B = 46.61%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA32DC (or 0xCA32DC) is known color: Medium Orchid. HEX triplet: CA, 32 and DC. RGB value is (202,50,220). Sum of RGB (Red+Green+Blue) = 202+50+220=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32DC is #35CD23. Grayscale: #727272. Windows color (decimal): -3525924 or 14430922. OLE color: 14430922.

HSL color Cylindrical-coordinate representation of color #CA32DC: hue angle of 293.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA32DC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 50 220 -
CMYK 0.08 0.77 0 0.14
HSL 293.65º 0.71% 0.53% -
HSV(B) 293.65º 0.77% 0.86% -
XYZ 38.42 20.01 69.55 -
YUV 114.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 202 50 220 0.08 0.77 0 0.14 293.65 0.71 0.53
Hex CA 32 DC 8 4D 0 E 126 47 35
Octal 312 62 334 10 115 0 16 446 107 65
Binary 11001010 110010 11011100 1000 1001101 0 1110 100100110 1000111 110101

Color Harmonies of #CA32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32DC

Black with #CA32DC

Text Example


Text Example

White with #CA32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32DC; }

 p { color: rgb(202,50,220); }

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

background-color css

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

 a { background-color: rgb(202,50,220); }

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

border-color css

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

 span { border-color: rgb(202,50,220); }

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