Html Css Color HEX #CF48DF Medium Orchid

📋 copy color: '#CF48DF'

red 207 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #CF48DF

Tints of Medium Orchid #CF48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.34%

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

R = 41.24%
G = 14.34%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF48DF (or 0xCF48DF) is known color: Medium Orchid. HEX triplet: CF, 48 and DF. RGB value is (207,72,223). Sum of RGB (Red+Green+Blue) = 207+72+223=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DF is #30B720. Grayscale: #818181. Windows color (decimal): -3192609 or 14633167. OLE color: 14633167.

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

Color convert

RGB 207 72 223 -
CMYK 0.07 0.68 0 0.13
HSL 293.64º 0.7% 0.58% -
HSV(B) 293.64º 0.68% 0.87% -
XYZ 41.37 23.23 72.12 -
YUV 129.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 207 72 223 0.07 0.68 0 0.13 293.64 0.7 0.58
Hex CF 48 DF 7 44 0 D 126 46 3A
Octal 317 110 337 7 104 0 15 446 106 72
Binary 11001111 1001000 11011111 111 1000100 0 1101 100100110 1000110 111010

Color Harmonies of #CF48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48DF

Black with #CF48DF

Text Example


Text Example

White with #CF48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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