Html Css Color HEX #CF2EDF Medium Orchid

📋 copy color: '#CF2EDF'

red 207 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #CF2EDF

Tints of Medium Orchid #CF2EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.66%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 43.49%
G = 9.66%
B = 46.85%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF2EDF (or 0xCF2EDF) is known color: Medium Orchid. HEX triplet: CF, 2E and DF. RGB value is (207,46,223). Sum of RGB (Red+Green+Blue) = 207+46+223=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EDF is #30D120. Grayscale: #717171. Windows color (decimal): -3199265 or 14626511. OLE color: 14626511.

HSL color Cylindrical-coordinate representation of color #CF2EDF: hue angle of 294.58º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2EDF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 46 223 -
CMYK 0.07 0.79 0 0.13
HSL 294.58º 0.73% 0.53% -
HSV(B) 294.58º 0.79% 0.87% -
XYZ 40.03 20.55 71.67 -
YUV 114.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 207 46 223 0.07 0.79 0 0.13 294.58 0.73 0.53
Hex CF 2E DF 7 4F 0 D 127 49 35
Octal 317 56 337 7 117 0 15 447 111 65
Binary 11001111 101110 11011111 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #CF2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EDF

Black with #CF2EDF

Text Example


Text Example

White with #CF2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EDF; }

 p { color: rgb(207,46,223); }

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

background-color css

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

 a { background-color: rgb(207,46,223); }

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

border-color css

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

 span { border-color: rgb(207,46,223); }

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