Html Css Color HEX #CA32EF Medium Orchid

📋 copy color: '#CA32EF'

red 202 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #CA32EF

Tints of Medium Orchid #CA32EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 41.14%
G = 10.18%
B = 48.68%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA32EF (or 0xCA32EF) is known color: Medium Orchid. HEX triplet: CA, 32 and EF. RGB value is (202,50,239). Sum of RGB (Red+Green+Blue) = 202+50+239=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32EF is #35CD10. Grayscale: #747474. Windows color (decimal): -3525905 or 15676106. OLE color: 15676106.

HSL color Cylindrical-coordinate representation of color #CA32EF: hue angle of 288.25º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32EF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 50 239 -
CMYK 0.15 0.79 0 0.06
HSL 288.25º 0.86% 0.57% -
HSV(B) 288.25º 0.79% 0.94% -
XYZ 41.08 21.07 83.56 -
YUV 116.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 202 50 239 0.15 0.79 0 0.06 288.25 0.86 0.57
Hex CA 32 EF F 4F 0 6 120 56 39
Octal 312 62 357 17 117 0 6 440 126 71
Binary 11001010 110010 11101111 1111 1001111 0 110 100100000 1010110 111001

Color Harmonies of #CA32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32EF

Black with #CA32EF

Text Example


Text Example

White with #CA32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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