Html Css Color HEX #CF40EC Medium Orchid

📋 copy color: '#CF40EC'

red 207 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #CF40EC

Tints of Medium Orchid #CF40EC

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 40.83%
G = 12.62%
B = 46.55%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF40EC (or 0xCF40EC) is known color: Medium Orchid. HEX triplet: CF, 40 and EC. RGB value is (207,64,236). Sum of RGB (Red+Green+Blue) = 207+64+236=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40EC is #30BF13. Grayscale: #7D7D7D. Windows color (decimal): -3194644 or 15483087. OLE color: 15483087.

HSL color Cylindrical-coordinate representation of color #CF40EC: hue angle of 289.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF40EC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 64 236 -
CMYK 0.12 0.73 0 0.07
HSL 289.88º 0.82% 0.59% -
HSV(B) 289.88º 0.73% 0.93% -
XYZ 42.71 22.99 81.54 -
YUV 126.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 207 64 236 0.12 0.73 0 0.07 289.88 0.82 0.59
Hex CF 40 EC C 49 0 7 122 52 3B
Octal 317 100 354 14 111 0 7 442 122 73
Binary 11001111 1000000 11101100 1100 1001001 0 111 100100010 1010010 111011

Color Harmonies of #CF40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40EC

Black with #CF40EC

Text Example


Text Example

White with #CF40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40EC; }

 p { color: rgb(207,64,236); }

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

background-color css

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

 a { background-color: rgb(207,64,236); }

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

border-color css

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

 span { border-color: rgb(207,64,236); }

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