Html Css Color HEX #CA40EF Medium Orchid

📋 copy color: '#CA40EF'

red 202 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #CA40EF

Tints of Medium Orchid #CA40EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 40%
G = 12.67%
B = 47.33%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA40EF (or 0xCA40EF) is known color: Medium Orchid. HEX triplet: CA, 40 and EF. RGB value is (202,64,239). Sum of RGB (Red+Green+Blue) = 202+64+239=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EF is #35BF10. Grayscale: #7C7C7C. Windows color (decimal): -3522321 or 15679690. OLE color: 15679690.

HSL color Cylindrical-coordinate representation of color #CA40EF: hue angle of 287.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA40EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 64 239 -
CMYK 0.15 0.73 0 0.06
HSL 287.31º 0.85% 0.59% -
HSV(B) 287.31º 0.73% 0.94% -
XYZ 41.77 22.46 83.79 -
YUV 125.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 202 64 239 0.15 0.73 0 0.06 287.31 0.85 0.59
Hex CA 40 EF F 49 0 6 11F 55 3B
Octal 312 100 357 17 111 0 6 437 125 73
Binary 11001010 1000000 11101111 1111 1001001 0 110 100011111 1010101 111011

Color Harmonies of #CA40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40EF

Black with #CA40EF

Text Example


Text Example

White with #CA40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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