Html Css Color HEX #CF39EF Medium Orchid

📋 copy color: '#CF39EF'

red 207 ◦ green 57 ◦ blue 239

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

Shades of Medium Orchid #CF39EF

Tints of Medium Orchid #CF39EF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.33%

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

R = 41.15%
G = 11.33%
B = 47.51%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF39EF (or 0xCF39EF) is known color: Medium Orchid. HEX triplet: CF, 39 and EF. RGB value is (207,57,239). Sum of RGB (Red+Green+Blue) = 207+57+239=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF39EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF39EF is #30C610. Grayscale: #7A7A7A. Windows color (decimal): -3196433 or 15677903. OLE color: 15677903.

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

Color convert

RGB 207 57 239 -
CMYK 0.13 0.76 0 0.06
HSL 289.45º 0.85% 0.58% -
HSV(B) 289.45º 0.76% 0.94% -
XYZ 42.78 22.42 83.74 -
YUV 122.6 193.7 188.2 -
System Red Green Blue C M Y K H S L
Decimal 207 57 239 0.13 0.76 0 0.06 289.45 0.85 0.58
Hex CF 39 EF D 4C 0 6 121 55 3A
Octal 317 71 357 15 114 0 6 441 125 72
Binary 11001111 111001 11101111 1101 1001100 0 110 100100001 1010101 111010

Color Harmonies of #CF39EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF39EF

Black with #CF39EF

Text Example


Text Example

White with #CF39EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF39EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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