Html Css Color HEX #CF48E1 Medium Orchid

📋 copy color: '#CF48E1'

red 207 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #CF48E1

Tints of Medium Orchid #CF48E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 41.07%
G = 14.29%
B = 44.64%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF48E1 (or 0xCF48E1) is known color: Medium Orchid. HEX triplet: CF, 48 and E1. RGB value is (207,72,225). Sum of RGB (Red+Green+Blue) = 207+72+225=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48E1 is #30B71E. Grayscale: #818181. Windows color (decimal): -3192607 or 14764239. OLE color: 14764239.

HSL color Cylindrical-coordinate representation of color #CF48E1: hue angle of 292.94º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF48E1 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 72 225 -
CMYK 0.08 0.68 0 0.12
HSL 292.94º 0.72% 0.58% -
HSV(B) 292.94º 0.68% 0.88% -
XYZ 41.64 23.34 73.54 -
YUV 129.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 207 72 225 0.08 0.68 0 0.12 292.94 0.72 0.58
Hex CF 48 E1 8 44 0 C 125 48 3A
Octal 317 110 341 10 104 0 14 445 110 72
Binary 11001111 1001000 11100001 1000 1000100 0 1100 100100101 1001000 111010

Color Harmonies of #CF48E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48E1

Black with #CF48E1

Text Example


Text Example

White with #CF48E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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