Html Css Color HEX #CF49DA Medium Orchid

📋 copy color: '#CF49DA'

red 207 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #CF49DA

Tints of Medium Orchid #CF49DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

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

R = 41.57%
G = 14.66%
B = 43.78%

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

#CF49DA (or 0xCF49DA) is known color: Medium Orchid. HEX triplet: CF, 49 and DA. RGB value is (207,73,218). Sum of RGB (Red+Green+Blue) = 207+73+218=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DA is #30B625. Grayscale: #818181. Windows color (decimal): -3192358 or 14305743. OLE color: 14305743.

HSL color Cylindrical-coordinate representation of color #CF49DA: hue angle of 295.45º 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 #CF49DA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 73 218 -
CMYK 0.05 0.67 0 0.15
HSL 295.45º 0.66% 0.57% -
HSV(B) 295.45º 0.67% 0.85% -
XYZ 40.77 23.09 68.64 -
YUV 129.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 207 73 218 0.05 0.67 0 0.15 295.45 0.66 0.57
Hex CF 49 DA 5 43 0 F 127 42 39
Octal 317 111 332 5 103 0 17 447 102 71
Binary 11001111 1001001 11011010 101 1000011 0 1111 100100111 1000010 111001

Color Harmonies of #CF49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49DA

Black with #CF49DA

Text Example


Text Example

White with #CF49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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