Html Css Color HEX #CF2FEC Medium Orchid

📋 copy color: '#CF2FEC'

red 207 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #CF2FEC

Tints of Medium Orchid #CF2FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.59%

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

R = 42.24%
G = 9.59%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF2FEC (or 0xCF2FEC) is known color: Medium Orchid. HEX triplet: CF, 2F and EC. RGB value is (207,47,236). Sum of RGB (Red+Green+Blue) = 207+47+236=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEC is #30D013. Grayscale: #737373. Windows color (decimal): -3198996 or 15478735. OLE color: 15478735.

HSL color Cylindrical-coordinate representation of color #CF2FEC: hue angle of 290.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FEC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 47 236 -
CMYK 0.12 0.80 0 0.07
HSL 290.79º 0.83% 0.55% -
HSV(B) 290.79º 0.8% 0.93% -
XYZ 41.89 21.35 81.27 -
YUV 116.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 207 47 236 0.12 0.80 0 0.07 290.79 0.83 0.55
Hex CF 2F EC C 50 0 7 123 53 37
Octal 317 57 354 14 120 0 7 443 123 67
Binary 11001111 101111 11101100 1100 1010000 0 111 100100011 1010011 110111

Color Harmonies of #CF2FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FEC

Black with #CF2FEC

Text Example


Text Example

White with #CF2FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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