Html Css Color HEX #CF48EC Medium Orchid

📋 copy color: '#CF48EC'

red 207 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #CF48EC

Tints of Medium Orchid #CF48EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 40.19%
G = 13.98%
B = 45.83%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF48EC (or 0xCF48EC) is known color: Medium Orchid. HEX triplet: CF, 48 and EC. RGB value is (207,72,236). Sum of RGB (Red+Green+Blue) = 207+72+236=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF48EC is #30B713. Grayscale: #828282. Windows color (decimal): -3192596 or 15485135. OLE color: 15485135.

HSL color Cylindrical-coordinate representation of color #CF48EC: hue angle of 289.39º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF48EC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 72 236 -
CMYK 0.12 0.69 0 0.07
HSL 289.39º 0.81% 0.6% -
HSV(B) 289.39º 0.69% 0.93% -
XYZ 43.19 23.96 81.7 -
YUV 131.06 187.23 182.16 -
System Red Green Blue C M Y K H S L
Decimal 207 72 236 0.12 0.69 0 0.07 289.39 0.81 0.6
Hex CF 48 EC C 45 0 7 121 51 3C
Octal 317 110 354 14 105 0 7 441 121 74
Binary 11001111 1001000 11101100 1100 1000101 0 111 100100001 1010001 111100

Color Harmonies of #CF48EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48EC

Black with #CF48EC

Text Example


Text Example

White with #CF48EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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