Html Css Color HEX #CA58E8 Medium Orchid

📋 copy color: '#CA58E8'

red 202 ◦ green 88 ◦ blue 232

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

Shades of Medium Orchid #CA58E8

Tints of Medium Orchid #CA58E8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.86%

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 38.7%
G = 16.86%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA58E8 (or 0xCA58E8) is known color: Medium Orchid. HEX triplet: CA, 58 and E8. RGB value is (202,88,232). Sum of RGB (Red+Green+Blue) = 202+88+232=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA58E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58E8 is #35A717. Grayscale: #8A8A8A. Windows color (decimal): -3516184 or 15227082. OLE color: 15227082.

HSL color Cylindrical-coordinate representation of color #CA58E8: hue angle of 287.5º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA58E8 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 88 232 -
CMYK 0.13 0.62 0 0.09
HSL 287.5º 0.76% 0.63% -
HSV(B) 287.5º 0.62% 0.91% -
XYZ 42.41 25.36 79 -
YUV 138.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 202 88 232 0.13 0.62 0 0.09 287.5 0.76 0.63
Hex CA 58 E8 D 3E 0 9 120 4C 3F
Octal 312 130 350 15 76 0 11 440 114 77
Binary 11001010 1011000 11101000 1101 111110 0 1001 100100000 1001100 111111

Color Harmonies of #CA58E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58E8

Black with #CA58E8

Text Example


Text Example

White with #CA58E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58E8; }

 p { color: rgb(202,88,232); }

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

background-color css

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

 a { background-color: rgb(202,88,232); }

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

border-color css

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

 span { border-color: rgb(202,88,232); }

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