Html Css Color HEX #CA32ED Medium Orchid

📋 copy color: '#CA32ED'

red 202 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #CA32ED

Tints of Medium Orchid #CA32ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 41.31%
G = 10.22%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA32ED (or 0xCA32ED) is known color: Medium Orchid. HEX triplet: CA, 32 and ED. RGB value is (202,50,237). Sum of RGB (Red+Green+Blue) = 202+50+237=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32ED is #35CD12. Grayscale: #747474. Windows color (decimal): -3525907 or 15545034. OLE color: 15545034.

HSL color Cylindrical-coordinate representation of color #CA32ED: hue angle of 288.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32ED is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 50 237 -
CMYK 0.15 0.79 0 0.07
HSL 288.77º 0.84% 0.56% -
HSV(B) 288.77º 0.79% 0.93% -
XYZ 40.78 20.95 82.02 -
YUV 116.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 202 50 237 0.15 0.79 0 0.07 288.77 0.84 0.56
Hex CA 32 ED F 4F 0 7 121 54 38
Octal 312 62 355 17 117 0 7 441 124 70
Binary 11001010 110010 11101101 1111 1001111 0 111 100100001 1010100 111000

Color Harmonies of #CA32ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32ED

Black with #CA32ED

Text Example


Text Example

White with #CA32ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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