Html Css Color HEX #CF41EF Medium Orchid

📋 copy color: '#CF41EF'

red 207 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #CF41EF

Tints of Medium Orchid #CF41EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.72%

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

R = 40.51%
G = 12.72%
B = 46.77%

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

#CF41EF (or 0xCF41EF) is known color: Medium Orchid. HEX triplet: CF, 41 and EF. RGB value is (207,65,239). Sum of RGB (Red+Green+Blue) = 207+65+239=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41EF is #30BE10. Grayscale: #7E7E7E. Windows color (decimal): -3194385 or 15679951. OLE color: 15679951.

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

Color convert

RGB 207 65 239 -
CMYK 0.13 0.73 0 0.06
HSL 288.97º 0.84% 0.6% -
HSV(B) 288.97º 0.73% 0.94% -
XYZ 43.2 23.28 83.88 -
YUV 127.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 207 65 239 0.13 0.73 0 0.06 288.97 0.84 0.6
Hex CF 41 EF D 49 0 6 121 54 3C
Octal 317 101 357 15 111 0 6 441 124 74
Binary 11001111 1000001 11101111 1101 1001001 0 110 100100001 1010100 111100

Color Harmonies of #CF41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41EF

Black with #CF41EF

Text Example


Text Example

White with #CF41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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