Html Css Color HEX #CA40FB Medium Orchid

📋 copy color: '#CA40FB'

red 202 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #CA40FB

Tints of Medium Orchid #CA40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 39.07%
G = 12.38%
B = 48.55%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA40FB (or 0xCA40FB) is known color: Medium Orchid. HEX triplet: CA, 40 and FB. RGB value is (202,64,251). Sum of RGB (Red+Green+Blue) = 202+64+251=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40FB is #35BF04. Grayscale: #7D7D7D. Windows color (decimal): -3522309 or 16466122. OLE color: 16466122.

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

Color convert

RGB 202 64 251 -
CMYK 0.20 0.75 0 0.02
HSL 284.28º 0.96% 0.62% -
HSV(B) 284.28º 0.75% 0.98% -
XYZ 43.6 23.19 93.44 -
YUV 126.58 198.22 181.79 -
System Red Green Blue C M Y K H S L
Decimal 202 64 251 0.20 0.75 0 0.02 284.28 0.96 0.62
Hex CA 40 FB 14 4B 0 2 11C 60 3E
Octal 312 100 373 24 113 0 2 434 140 76
Binary 11001010 1000000 11111011 10100 1001011 0 10 100011100 1100000 111110

Color Harmonies of #CA40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40FB

Black with #CA40FB

Text Example


Text Example

White with #CA40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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