Html Css Color HEX #CA40FD Medium Orchid

📋 copy color: '#CA40FD'

red 202 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #CA40FD

Tints of Medium Orchid #CA40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.33%

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 38.92%
G = 12.33%
B = 48.75%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA40FD (or 0xCA40FD) is known color: Medium Orchid. HEX triplet: CA, 40 and FD. RGB value is (202,64,253). Sum of RGB (Red+Green+Blue) = 202+64+253=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40FD is #35BF02. Grayscale: #7E7E7E. Windows color (decimal): -3522307 or 16597194. OLE color: 16597194.

HSL color Cylindrical-coordinate representation of color #CA40FD: hue angle of 283.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA40FD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 64 253 -
CMYK 0.20 0.75 0 0.01
HSL 283.81º 0.98% 0.62% -
HSV(B) 283.81º 0.75% 0.99% -
XYZ 43.92 23.32 95.11 -
YUV 126.81 199.22 181.63 -
System Red Green Blue C M Y K H S L
Decimal 202 64 253 0.20 0.75 0 0.01 283.81 0.98 0.62
Hex CA 40 FD 14 4B 0 1 11C 62 3E
Octal 312 100 375 24 113 0 1 434 142 76
Binary 11001010 1000000 11111101 10100 1001011 0 1 100011100 1100010 111110

Color Harmonies of #CA40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40FD

Black with #CA40FD

Text Example


Text Example

White with #CA40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40FD; }

 p { color: rgb(202,64,253); }

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

background-color css

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

 a { background-color: rgb(202,64,253); }

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

border-color css

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

 span { border-color: rgb(202,64,253); }

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