Html Css Color HEX #CA32EA Medium Orchid

📋 copy color: '#CA32EA'

red 202 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #CA32EA

Tints of Medium Orchid #CA32EA

RGB

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

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

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

R = 41.56%
G = 10.29%
B = 48.15%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA32EA (or 0xCA32EA) is known color: Medium Orchid. HEX triplet: CA, 32 and EA. RGB value is (202,50,234). Sum of RGB (Red+Green+Blue) = 202+50+234=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32EA is #35CD15. Grayscale: #737373. Windows color (decimal): -3525910 or 15348426. OLE color: 15348426.

HSL color Cylindrical-coordinate representation of color #CA32EA: hue angle of 289.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32EA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 50 234 -
CMYK 0.14 0.79 0 0.08
HSL 289.57º 0.81% 0.56% -
HSV(B) 289.57º 0.79% 0.92% -
XYZ 40.35 20.78 79.73 -
YUV 116.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 202 50 234 0.14 0.79 0 0.08 289.57 0.81 0.56
Hex CA 32 EA E 4F 0 8 122 51 38
Octal 312 62 352 16 117 0 10 442 121 70
Binary 11001010 110010 11101010 1110 1001111 0 1000 100100010 1010001 111000

Color Harmonies of #CA32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32EA

Black with #CA32EA

Text Example


Text Example

White with #CA32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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