Html Css Color HEX #CF4EEF Medium Orchid

📋 copy color: '#CF4EEF'

red 207 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #CF4EEF

Tints of Medium Orchid #CF4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.89%

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

R = 39.5%
G = 14.89%
B = 45.61%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF4EEF (or 0xCF4EEF) is known color: Medium Orchid. HEX triplet: CF, 4E and EF. RGB value is (207,78,239). Sum of RGB (Red+Green+Blue) = 207+78+239=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEF is #30B110. Grayscale: #868686. Windows color (decimal): -3191057 or 15683279. OLE color: 15683279.

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

Color convert

RGB 207 78 239 -
CMYK 0.13 0.67 0 0.06
HSL 288.07º 0.83% 0.62% -
HSV(B) 288.07º 0.67% 0.94% -
XYZ 44.04 24.95 84.16 -
YUV 134.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 207 78 239 0.13 0.67 0 0.06 288.07 0.83 0.62
Hex CF 4E EF D 43 0 6 120 53 3E
Octal 317 116 357 15 103 0 6 440 123 76
Binary 11001111 1001110 11101111 1101 1000011 0 110 100100000 1010011 111110

Color Harmonies of #CF4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EEF

Black with #CF4EEF

Text Example


Text Example

White with #CF4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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