Html Css Color HEX #CA5AF1 Medium Orchid

📋 copy color: '#CA5AF1'

red 202 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #CA5AF1

Tints of Medium Orchid #CA5AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 37.9%
G = 16.89%
B = 45.22%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA5AF1 (or 0xCA5AF1) is known color: Medium Orchid. HEX triplet: CA, 5A and F1. RGB value is (202,90,241). Sum of RGB (Red+Green+Blue) = 202+90+241=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF1 is #35A50E. Grayscale: #8C8C8C. Windows color (decimal): -3515663 or 15817418. OLE color: 15817418.

HSL color Cylindrical-coordinate representation of color #CA5AF1: hue angle of 284.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5AF1 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 90 241 -
CMYK 0.16 0.63 0 0.05
HSL 284.5º 0.84% 0.65% -
HSV(B) 284.5º 0.63% 0.95% -
XYZ 43.89 26.22 85.97 -
YUV 140.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 202 90 241 0.16 0.63 0 0.05 284.5 0.84 0.65
Hex CA 5A F1 10 3F 0 5 11D 54 41
Octal 312 132 361 20 77 0 5 435 124 101
Binary 11001010 1011010 11110001 10000 111111 0 101 100011101 1010100 1000001

Color Harmonies of #CA5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AF1

Black with #CA5AF1

Text Example


Text Example

White with #CA5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AF1; }

 p { color: rgb(202,90,241); }

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

background-color css

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

 a { background-color: rgb(202,90,241); }

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

border-color css

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

 span { border-color: rgb(202,90,241); }

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