Html Css Color HEX #CF4EEE Medium Orchid

📋 copy color: '#CF4EEE'

red 207 ◦ green 78 ◦ blue 238

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

Shades of Medium Orchid #CF4EEE

Tints of Medium Orchid #CF4EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 39.58%
G = 14.91%
B = 45.51%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF4EEE (or 0xCF4EEE) is known color: Medium Orchid. HEX triplet: CF, 4E and EE. RGB value is (207,78,238). Sum of RGB (Red+Green+Blue) = 207+78+238=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEE is #30B111. Grayscale: #868686. Windows color (decimal): -3191058 or 15617743. OLE color: 15617743.

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

Color convert

RGB 207 78 238 -
CMYK 0.13 0.67 0 0.07
HSL 288.38º 0.82% 0.62% -
HSV(B) 288.38º 0.67% 0.93% -
XYZ 43.89 24.89 83.38 -
YUV 134.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 207 78 238 0.13 0.67 0 0.07 288.38 0.82 0.62
Hex CF 4E EE D 43 0 7 120 52 3E
Octal 317 116 356 15 103 0 7 440 122 76
Binary 11001111 1001110 11101110 1101 1000011 0 111 100100000 1010010 111110

Color Harmonies of #CF4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EEE

Black with #CF4EEE

Text Example


Text Example

White with #CF4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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