Html Css Color HEX #CF41EE Medium Orchid

📋 copy color: '#CF41EE'

red 207 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #CF41EE

Tints of Medium Orchid #CF41EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 40.59%
G = 12.75%
B = 46.67%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF41EE (or 0xCF41EE) is known color: Medium Orchid. HEX triplet: CF, 41 and EE. RGB value is (207,65,238). Sum of RGB (Red+Green+Blue) = 207+65+238=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41EE is #30BE11. Grayscale: #7E7E7E. Windows color (decimal): -3194386 or 15614415. OLE color: 15614415.

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

Color convert

RGB 207 65 238 -
CMYK 0.13 0.73 0 0.07
HSL 289.25º 0.84% 0.59% -
HSV(B) 289.25º 0.73% 0.93% -
XYZ 43.06 23.22 83.1 -
YUV 127.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 207 65 238 0.13 0.73 0 0.07 289.25 0.84 0.59
Hex CF 41 EE D 49 0 7 121 54 3B
Octal 317 101 356 15 111 0 7 441 124 73
Binary 11001111 1000001 11101110 1101 1001001 0 111 100100001 1010100 111011

Color Harmonies of #CF41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41EE

Black with #CF41EE

Text Example


Text Example

White with #CF41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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