Html Css Color HEX #CF2FDF Medium Orchid

📋 copy color: '#CF2FDF'

red 207 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #CF2FDF

Tints of Medium Orchid #CF2FDF

RGB

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

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

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

R = 43.4%
G = 9.85%
B = 46.75%

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

#CF2FDF (or 0xCF2FDF) is known color: Medium Orchid. HEX triplet: CF, 2F and DF. RGB value is (207,47,223). Sum of RGB (Red+Green+Blue) = 207+47+223=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FDF is #30D020. Grayscale: #727272. Windows color (decimal): -3199009 or 14626767. OLE color: 14626767.

HSL color Cylindrical-coordinate representation of color #CF2FDF: hue angle of 294.55º 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 #CF2FDF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 47 223 -
CMYK 0.07 0.79 0 0.13
HSL 294.55º 0.73% 0.53% -
HSV(B) 294.55º 0.79% 0.87% -
XYZ 40.07 20.63 71.68 -
YUV 114.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 207 47 223 0.07 0.79 0 0.13 294.55 0.73 0.53
Hex CF 2F DF 7 4F 0 D 127 49 35
Octal 317 57 337 7 117 0 15 447 111 65
Binary 11001111 101111 11011111 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #CF2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FDF

Black with #CF2FDF

Text Example


Text Example

White with #CF2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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