Html Css Color HEX #CF2CDF Medium Orchid

📋 copy color: '#CF2CDF'

red 207 ◦ green 44 ◦ blue 223

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

Shades of Medium Orchid #CF2CDF

Tints of Medium Orchid #CF2CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.28%

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

R = 43.67%
G = 9.28%
B = 47.05%

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

#CF2CDF (or 0xCF2CDF) is known color: Medium Orchid. HEX triplet: CF, 2C and DF. RGB value is (207,44,223). Sum of RGB (Red+Green+Blue) = 207+44+223=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CDF is #30D320. Grayscale: #707070. Windows color (decimal): -3199777 or 14625999. OLE color: 14625999.

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

Color convert

RGB 207 44 223 -
CMYK 0.07 0.80 0 0.13
HSL 294.64º 0.74% 0.52% -
HSV(B) 294.64º 0.8% 0.87% -
XYZ 39.95 20.39 71.64 -
YUV 113.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 207 44 223 0.07 0.80 0 0.13 294.64 0.74 0.52
Hex CF 2C DF 7 50 0 D 127 4A 34
Octal 317 54 337 7 120 0 15 447 112 64
Binary 11001111 101100 11011111 111 1010000 0 1101 100100111 1001010 110100

Color Harmonies of #CF2CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2CDF

Black with #CF2CDF

Text Example


Text Example

White with #CF2CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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