Html Css Color HEX #CF41EC Medium Orchid

📋 copy color: '#CF41EC'

red 207 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #CF41EC

Tints of Medium Orchid #CF41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.8%

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

R = 40.75%
G = 12.8%
B = 46.46%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF41EC (or 0xCF41EC) is known color: Medium Orchid. HEX triplet: CF, 41 and EC. RGB value is (207,65,236). Sum of RGB (Red+Green+Blue) = 207+65+236=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41EC is #30BE13. Grayscale: #7E7E7E. Windows color (decimal): -3194388 or 15483343. OLE color: 15483343.

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

Color convert

RGB 207 65 236 -
CMYK 0.12 0.72 0 0.07
HSL 289.82º 0.82% 0.59% -
HSV(B) 289.82º 0.72% 0.93% -
XYZ 42.76 23.1 81.56 -
YUV 126.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 207 65 236 0.12 0.72 0 0.07 289.82 0.82 0.59
Hex CF 41 EC C 48 0 7 122 52 3B
Octal 317 101 354 14 110 0 7 442 122 73
Binary 11001111 1000001 11101100 1100 1001000 0 111 100100010 1010010 111011

Color Harmonies of #CF41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41EC

Black with #CF41EC

Text Example


Text Example

White with #CF41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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