Html Css Color HEX #CF49DB Medium Orchid

📋 copy color: '#CF49DB'

red 207 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #CF49DB

Tints of Medium Orchid #CF49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 41.48%
G = 14.63%
B = 43.89%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF49DB (or 0xCF49DB) is known color: Medium Orchid. HEX triplet: CF, 49 and DB. RGB value is (207,73,219). Sum of RGB (Red+Green+Blue) = 207+73+219=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DB is #30B624. Grayscale: #818181. Windows color (decimal): -3192357 or 14371279. OLE color: 14371279.

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

Color convert

RGB 207 73 219 -
CMYK 0.05 0.67 0 0.14
HSL 295.07º 0.67% 0.57% -
HSV(B) 295.07º 0.67% 0.86% -
XYZ 40.9 23.14 69.33 -
YUV 129.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 207 73 219 0.05 0.67 0 0.14 295.07 0.67 0.57
Hex CF 49 DB 5 43 0 E 127 43 39
Octal 317 111 333 5 103 0 16 447 103 71
Binary 11001111 1001001 11011011 101 1000011 0 1110 100100111 1000011 111001

Color Harmonies of #CF49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49DB

Black with #CF49DB

Text Example


Text Example

White with #CF49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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