Html Css Color HEX #CF44EC Medium Orchid

📋 copy color: '#CF44EC'

red 207 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #CF44EC

Tints of Medium Orchid #CF44EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.31%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 40.51%
G = 13.31%
B = 46.18%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF44EC (or 0xCF44EC) is known color: Medium Orchid. HEX triplet: CF, 44 and EC. RGB value is (207,68,236). Sum of RGB (Red+Green+Blue) = 207+68+236=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44EC is #30BB13. Grayscale: #808080. Windows color (decimal): -3193620 or 15484111. OLE color: 15484111.

HSL color Cylindrical-coordinate representation of color #CF44EC: hue angle of 289.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF44EC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 68 236 -
CMYK 0.12 0.71 0 0.07
HSL 289.64º 0.82% 0.6% -
HSV(B) 289.64º 0.71% 0.93% -
XYZ 42.94 23.46 81.62 -
YUV 128.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 207 68 236 0.12 0.71 0 0.07 289.64 0.82 0.6
Hex CF 44 EC C 47 0 7 122 52 3C
Octal 317 104 354 14 107 0 7 442 122 74
Binary 11001111 1000100 11101100 1100 1000111 0 111 100100010 1010010 111100

Color Harmonies of #CF44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44EC

Black with #CF44EC

Text Example


Text Example

White with #CF44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44EC; }

 p { color: rgb(207,68,236); }

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

background-color css

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

 a { background-color: rgb(207,68,236); }

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

border-color css

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

 span { border-color: rgb(207,68,236); }

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