Html Css Color HEX #CF48D8 Medium Orchid

📋 copy color: '#CF48D8'

red 207 ◦ green 72 ◦ blue 216

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

Shades of Medium Orchid #CF48D8

Tints of Medium Orchid #CF48D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 41.82%
G = 14.55%
B = 43.64%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF48D8 (or 0xCF48D8) is known color: Medium Orchid. HEX triplet: CF, 48 and D8. RGB value is (207,72,216). Sum of RGB (Red+Green+Blue) = 207+72+216=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48D8 is #30B727. Grayscale: #808080. Windows color (decimal): -3192616 or 14174415. OLE color: 14174415.

HSL color Cylindrical-coordinate representation of color #CF48D8: hue angle of 296.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF48D8 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 72 216 -
CMYK 0.04 0.67 0 0.15
HSL 296.25º 0.65% 0.56% -
HSV(B) 296.25º 0.67% 0.85% -
XYZ 40.44 22.86 67.25 -
YUV 128.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 207 72 216 0.04 0.67 0 0.15 296.25 0.65 0.56
Hex CF 48 D8 4 43 0 F 128 41 38
Octal 317 110 330 4 103 0 17 450 101 70
Binary 11001111 1001000 11011000 100 1000011 0 1111 100101000 1000001 111000

Color Harmonies of #CF48D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48D8

Black with #CF48D8

Text Example


Text Example

White with #CF48D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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