Html Css Color HEX #CA32EB Medium Orchid

📋 copy color: '#CA32EB'

red 202 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #CA32EB

Tints of Medium Orchid #CA32EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 41.48%
G = 10.27%
B = 48.25%

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

#CA32EB (or 0xCA32EB) is known color: Medium Orchid. HEX triplet: CA, 32 and EB. RGB value is (202,50,235). Sum of RGB (Red+Green+Blue) = 202+50+235=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32EB is #35CD14. Grayscale: #737373. Windows color (decimal): -3525909 or 15413962. OLE color: 15413962.

HSL color Cylindrical-coordinate representation of color #CA32EB: hue angle of 289.3º degrees, saturation: 0.82, 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 #CA32EB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 50 235 -
CMYK 0.14 0.79 0 0.08
HSL 289.3º 0.82% 0.56% -
HSV(B) 289.3º 0.79% 0.92% -
XYZ 40.49 20.84 80.48 -
YUV 116.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 202 50 235 0.14 0.79 0 0.08 289.3 0.82 0.56
Hex CA 32 EB E 4F 0 8 121 52 38
Octal 312 62 353 16 117 0 10 441 122 70
Binary 11001010 110010 11101011 1110 1001111 0 1000 100100001 1010010 111000

Color Harmonies of #CA32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32EB

Black with #CA32EB

Text Example


Text Example

White with #CA32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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