Html Css Color HEX #CF4ED8 Medium Orchid

📋 copy color: '#CF4ED8'

red 207 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #CF4ED8

Tints of Medium Orchid #CF4ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 41.32%
G = 15.57%
B = 43.11%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF4ED8 (or 0xCF4ED8) is known color: Medium Orchid. HEX triplet: CF, 4E and D8. RGB value is (207,78,216). Sum of RGB (Red+Green+Blue) = 207+78+216=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ED8 is #30B127. Grayscale: #838383. Windows color (decimal): -3191080 or 14175951. OLE color: 14175951.

HSL color Cylindrical-coordinate representation of color #CF4ED8: hue angle of 296.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4ED8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 78 216 -
CMYK 0.04 0.64 0 0.15
HSL 296.09º 0.64% 0.58% -
HSV(B) 296.09º 0.64% 0.85% -
XYZ 40.85 23.67 67.38 -
YUV 132.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 207 78 216 0.04 0.64 0 0.15 296.09 0.64 0.58
Hex CF 4E D8 4 40 0 F 128 40 3A
Octal 317 116 330 4 100 0 17 450 100 72
Binary 11001111 1001110 11011000 100 1000000 0 1111 100101000 1000000 111010

Color Harmonies of #CF4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4ED8

Black with #CF4ED8

Text Example


Text Example

White with #CF4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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