Html Css Color HEX #CA40F6 Medium Orchid

📋 copy color: '#CA40F6'

red 202 ◦ green 64 ◦ blue 246

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

Shades of Medium Orchid #CA40F6

Tints of Medium Orchid #CA40F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 39.45%
G = 12.5%
B = 48.05%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA40F6 (or 0xCA40F6) is known color: Medium Orchid. HEX triplet: CA, 40 and F6. RGB value is (202,64,246). Sum of RGB (Red+Green+Blue) = 202+64+246=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA40F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40F6 is #35BF09. Grayscale: #7D7D7D. Windows color (decimal): -3522314 or 16138442. OLE color: 16138442.

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

Color convert

RGB 202 64 246 -
CMYK 0.18 0.74 0 0.04
HSL 285.49º 0.91% 0.61% -
HSV(B) 285.49º 0.74% 0.96% -
XYZ 42.83 22.88 89.35 -
YUV 126.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 202 64 246 0.18 0.74 0 0.04 285.49 0.91 0.61
Hex CA 40 F6 12 4A 0 4 11D 5B 3D
Octal 312 100 366 22 112 0 4 435 133 75
Binary 11001010 1000000 11110110 10010 1001010 0 100 100011101 1011011 111101

Color Harmonies of #CA40F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40F6

Black with #CA40F6

Text Example


Text Example

White with #CA40F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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