Html Css Color HEX #CF4FEC Medium Orchid

📋 copy color: '#CF4FEC'

red 207 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #CF4FEC

Tints of Medium Orchid #CF4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.13%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 39.66%
G = 15.13%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF4FEC (or 0xCF4FEC) is known color: Medium Orchid. HEX triplet: CF, 4F and EC. RGB value is (207,79,236). Sum of RGB (Red+Green+Blue) = 207+79+236=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FEC is #30B013. Grayscale: #868686. Windows color (decimal): -3190804 or 15486927. OLE color: 15486927.

HSL color Cylindrical-coordinate representation of color #CF4FEC: hue angle of 288.92º degrees, saturation: 0.81, 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 #CF4FEC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 79 236 -
CMYK 0.12 0.67 0 0.07
HSL 288.92º 0.81% 0.62% -
HSV(B) 288.92º 0.67% 0.93% -
XYZ 43.67 24.91 81.86 -
YUV 135.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 207 79 236 0.12 0.67 0 0.07 288.92 0.81 0.62
Hex CF 4F EC C 43 0 7 121 51 3E
Octal 317 117 354 14 103 0 7 441 121 76
Binary 11001111 1001111 11101100 1100 1000011 0 111 100100001 1010001 111110

Color Harmonies of #CF4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FEC

Black with #CF4FEC

Text Example


Text Example

White with #CF4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FEC; }

 p { color: rgb(207,79,236); }

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

background-color css

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

 a { background-color: rgb(207,79,236); }

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

border-color css

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

 span { border-color: rgb(207,79,236); }

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