Html Css Color HEX #CA5FE5 Medium Orchid

📋 copy color: '#CA5FE5'

red 202 ◦ green 95 ◦ blue 229

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

Shades of Medium Orchid #CA5FE5

Tints of Medium Orchid #CA5FE5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 38.4%
G = 18.06%
B = 43.54%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA5FE5 (or 0xCA5FE5) is known color: Medium Orchid. HEX triplet: CA, 5F and E5. RGB value is (202,95,229). Sum of RGB (Red+Green+Blue) = 202+95+229=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FE5 is #35A01A. Grayscale: #8D8D8D. Windows color (decimal): -3514395 or 15032266. OLE color: 15032266.

HSL color Cylindrical-coordinate representation of color #CA5FE5: hue angle of 287.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5FE5 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 95 229 -
CMYK 0.12 0.59 0 0.10
HSL 287.91º 0.72% 0.64% -
HSV(B) 287.91º 0.59% 0.9% -
XYZ 42.59 26.4 76.98 -
YUV 142.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 202 95 229 0.12 0.59 0 0.10 287.91 0.72 0.64
Hex CA 5F E5 C 3B 0 A 120 48 40
Octal 312 137 345 14 73 0 12 440 110 100
Binary 11001010 1011111 11100101 1100 111011 0 1010 100100000 1001000 1000000

Color Harmonies of #CA5FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FE5

Black with #CA5FE5

Text Example


Text Example

White with #CA5FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FE5; }

 p { color: rgb(202,95,229); }

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

background-color css

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

 a { background-color: rgb(202,95,229); }

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

border-color css

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

 span { border-color: rgb(202,95,229); }

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