Html Css Color HEX #CF48F2 Medium Orchid

📋 copy color: '#CF48F2'

red 207 ◦ green 72 ◦ blue 242

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

Shades of Medium Orchid #CF48F2

Tints of Medium Orchid #CF48F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 39.73%
G = 13.82%
B = 46.45%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF48F2 (or 0xCF48F2) is known color: Medium Orchid. HEX triplet: CF, 48 and F2. RGB value is (207,72,242). Sum of RGB (Red+Green+Blue) = 207+72+242=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF48F2 is #30B70D. Grayscale: #838383. Windows color (decimal): -3192590 or 15878351. OLE color: 15878351.

HSL color Cylindrical-coordinate representation of color #CF48F2: hue angle of 287.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF48F2 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 72 242 -
CMYK 0.14 0.70 0 0.05
HSL 287.65º 0.87% 0.62% -
HSV(B) 287.65º 0.7% 0.95% -
XYZ 44.08 24.31 86.37 -
YUV 131.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 207 72 242 0.14 0.70 0 0.05 287.65 0.87 0.62
Hex CF 48 F2 E 46 0 5 120 57 3E
Octal 317 110 362 16 106 0 5 440 127 76
Binary 11001111 1001000 11110010 1110 1000110 0 101 100100000 1010111 111110

Color Harmonies of #CF48F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48F2

Black with #CF48F2

Text Example


Text Example

White with #CF48F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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