Html Css Color HEX #CF31DF Medium Orchid

📋 copy color: '#CF31DF'

red 207 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #CF31DF

Tints of Medium Orchid #CF31DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.23%

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

R = 43.22%
G = 10.23%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF31DF (or 0xCF31DF) is known color: Medium Orchid. HEX triplet: CF, 31 and DF. RGB value is (207,49,223). Sum of RGB (Red+Green+Blue) = 207+49+223=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31DF is #30CE20. Grayscale: #737373. Windows color (decimal): -3198497 or 14627279. OLE color: 14627279.

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

Color convert

RGB 207 49 223 -
CMYK 0.07 0.78 0 0.13
HSL 294.48º 0.73% 0.53% -
HSV(B) 294.48º 0.78% 0.87% -
XYZ 40.15 20.79 71.71 -
YUV 116.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 207 49 223 0.07 0.78 0 0.13 294.48 0.73 0.53
Hex CF 31 DF 7 4E 0 D 126 49 35
Octal 317 61 337 7 116 0 15 446 111 65
Binary 11001111 110001 11011111 111 1001110 0 1101 100100110 1001001 110101

Color Harmonies of #CF31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31DF

Black with #CF31DF

Text Example


Text Example

White with #CF31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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