Html Css Color HEX #CA51F5 Medium Orchid

📋 copy color: '#CA51F5'

red 202 ◦ green 81 ◦ blue 245

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

Shades of Medium Orchid #CA51F5

Tints of Medium Orchid #CA51F5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 38.26%
G = 15.34%
B = 46.4%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA51F5 (or 0xCA51F5) is known color: Medium Orchid. HEX triplet: CA, 51 and F5. RGB value is (202,81,245). Sum of RGB (Red+Green+Blue) = 202+81+245=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA51F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51F5 is #35AE0A. Grayscale: #878787. Windows color (decimal): -3517963 or 16077258. OLE color: 16077258.

HSL color Cylindrical-coordinate representation of color #CA51F5: hue angle of 284.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA51F5 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 81 245 -
CMYK 0.18 0.67 0 0.04
HSL 284.27º 0.89% 0.64% -
HSV(B) 284.27º 0.67% 0.96% -
XYZ 43.78 25.03 88.91 -
YUV 135.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 202 81 245 0.18 0.67 0 0.04 284.27 0.89 0.64
Hex CA 51 F5 12 43 0 4 11C 59 40
Octal 312 121 365 22 103 0 4 434 131 100
Binary 11001010 1010001 11110101 10010 1000011 0 100 100011100 1011001 1000000

Color Harmonies of #CA51F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51F5

Black with #CA51F5

Text Example


Text Example

White with #CA51F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51F5; }

 p { color: rgb(202,81,245); }

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

background-color css

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

 a { background-color: rgb(202,81,245); }

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

border-color css

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

 span { border-color: rgb(202,81,245); }

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