Html Css Color HEX #CF40EF Medium Orchid

📋 copy color: '#CF40EF'

red 207 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #CF40EF

Tints of Medium Orchid #CF40EF

RGB

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

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

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

R = 40.59%
G = 12.55%
B = 46.86%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF40EF (or 0xCF40EF) is known color: Medium Orchid. HEX triplet: CF, 40 and EF. RGB value is (207,64,239). Sum of RGB (Red+Green+Blue) = 207+64+239=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40EF is #30BF10. Grayscale: #7E7E7E. Windows color (decimal): -3194641 or 15679695. OLE color: 15679695.

HSL color Cylindrical-coordinate representation of color #CF40EF: hue angle of 289.03º 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 #CF40EF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 64 239 -
CMYK 0.13 0.73 0 0.06
HSL 289.03º 0.85% 0.59% -
HSV(B) 289.03º 0.73% 0.94% -
XYZ 43.15 23.16 83.86 -
YUV 126.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 207 64 239 0.13 0.73 0 0.06 289.03 0.85 0.59
Hex CF 40 EF D 49 0 6 121 55 3B
Octal 317 100 357 15 111 0 6 441 125 73
Binary 11001111 1000000 11101111 1101 1001001 0 110 100100001 1010101 111011

Color Harmonies of #CF40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40EF

Black with #CF40EF

Text Example


Text Example

White with #CF40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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