Html Css Color HEX #CF2DDF Medium Orchid

📋 copy color: '#CF2DDF'

red 207 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #CF2DDF

Tints of Medium Orchid #CF2DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.47%

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

R = 43.58%
G = 9.47%
B = 46.95%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF2DDF (or 0xCF2DDF) is known color: Medium Orchid. HEX triplet: CF, 2D and DF. RGB value is (207,45,223). Sum of RGB (Red+Green+Blue) = 207+45+223=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DDF is #30D220. Grayscale: #717171. Windows color (decimal): -3199521 or 14626255. OLE color: 14626255.

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

Color convert

RGB 207 45 223 -
CMYK 0.07 0.80 0 0.13
HSL 294.61º 0.74% 0.53% -
HSV(B) 294.61º 0.8% 0.87% -
XYZ 39.99 20.47 71.66 -
YUV 113.73 189.67 194.53 -
System Red Green Blue C M Y K H S L
Decimal 207 45 223 0.07 0.80 0 0.13 294.61 0.74 0.53
Hex CF 2D DF 7 50 0 D 127 4A 35
Octal 317 55 337 7 120 0 15 447 112 65
Binary 11001111 101101 11011111 111 1010000 0 1101 100100111 1001010 110101

Color Harmonies of #CF2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DDF

Black with #CF2DDF

Text Example


Text Example

White with #CF2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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