Html Css Color HEX #CF49DE Medium Orchid

📋 copy color: '#CF49DE'

red 207 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #CF49DE

Tints of Medium Orchid #CF49DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 41.24%
G = 14.54%
B = 44.22%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF49DE (or 0xCF49DE) is known color: Medium Orchid. HEX triplet: CF, 49 and DE. RGB value is (207,73,222). Sum of RGB (Red+Green+Blue) = 207+73+222=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DE is #30B621. Grayscale: #818181. Windows color (decimal): -3192354 or 14567887. OLE color: 14567887.

HSL color Cylindrical-coordinate representation of color #CF49DE: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF49DE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 73 222 -
CMYK 0.07 0.67 0 0.13
HSL 293.96º 0.69% 0.58% -
HSV(B) 293.96º 0.67% 0.87% -
XYZ 41.3 23.3 71.43 -
YUV 130.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 207 73 222 0.07 0.67 0 0.13 293.96 0.69 0.58
Hex CF 49 DE 7 43 0 D 126 45 3A
Octal 317 111 336 7 103 0 15 446 105 72
Binary 11001111 1001001 11011110 111 1000011 0 1101 100100110 1000101 111010

Color Harmonies of #CF49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49DE

Black with #CF49DE

Text Example


Text Example

White with #CF49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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