Html Css Color HEX #CF48DA Medium Orchid

📋 copy color: '#CF48DA'

red 207 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #CF48DA

Tints of Medium Orchid #CF48DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 41.65%
G = 14.49%
B = 43.86%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF48DA (or 0xCF48DA) is known color: Medium Orchid. HEX triplet: CF, 48 and DA. RGB value is (207,72,218). Sum of RGB (Red+Green+Blue) = 207+72+218=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF48DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DA is #30B725. Grayscale: #808080. Windows color (decimal): -3192614 or 14305487. OLE color: 14305487.

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

Color convert

RGB 207 72 218 -
CMYK 0.05 0.67 0 0.15
HSL 295.48º 0.66% 0.57% -
HSV(B) 295.48º 0.67% 0.85% -
XYZ 40.7 22.96 68.62 -
YUV 129.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 207 72 218 0.05 0.67 0 0.15 295.48 0.66 0.57
Hex CF 48 DA 5 43 0 F 127 42 39
Octal 317 110 332 5 103 0 17 447 102 71
Binary 11001111 1001000 11011010 101 1000011 0 1111 100100111 1000010 111001

Color Harmonies of #CF48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48DA

Black with #CF48DA

Text Example


Text Example

White with #CF48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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