Html Css Color HEX #CF49EA Medium Orchid

📋 copy color: '#CF49EA'

red 207 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #CF49EA

Tints of Medium Orchid #CF49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 40.27%
G = 14.2%
B = 45.53%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF49EA (or 0xCF49EA) is known color: Medium Orchid. HEX triplet: CF, 49 and EA. RGB value is (207,73,234). Sum of RGB (Red+Green+Blue) = 207+73+234=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF49EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49EA is #30B615. Grayscale: #828282. Windows color (decimal): -3192342 or 15354319. OLE color: 15354319.

HSL color Cylindrical-coordinate representation of color #CF49EA: hue angle of 289.94º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF49EA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 73 234 -
CMYK 0.12 0.69 0 0.08
HSL 289.94º 0.79% 0.6% -
HSV(B) 289.94º 0.69% 0.92% -
XYZ 42.97 23.97 80.2 -
YUV 131.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 207 73 234 0.12 0.69 0 0.08 289.94 0.79 0.6
Hex CF 49 EA C 45 0 8 122 4F 3C
Octal 317 111 352 14 105 0 10 442 117 74
Binary 11001111 1001001 11101010 1100 1000101 0 1000 100100010 1001111 111100

Color Harmonies of #CF49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49EA

Black with #CF49EA

Text Example


Text Example

White with #CF49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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