Html Css Color HEX #CF40EE Medium Orchid

📋 copy color: '#CF40EE'

red 207 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #CF40EE

Tints of Medium Orchid #CF40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.57%

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

R = 40.67%
G = 12.57%
B = 46.76%

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

#CF40EE (or 0xCF40EE) is known color: Medium Orchid. HEX triplet: CF, 40 and EE. RGB value is (207,64,238). Sum of RGB (Red+Green+Blue) = 207+64+238=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40EE is #30BF11. Grayscale: #7E7E7E. Windows color (decimal): -3194642 or 15614159. OLE color: 15614159.

HSL color Cylindrical-coordinate representation of color #CF40EE: hue angle of 289.31º 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 #CF40EE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 64 238 -
CMYK 0.13 0.73 0 0.07
HSL 289.31º 0.84% 0.59% -
HSV(B) 289.31º 0.73% 0.93% -
XYZ 43 23.11 83.08 -
YUV 126.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 207 64 238 0.13 0.73 0 0.07 289.31 0.84 0.59
Hex CF 40 EE D 49 0 7 121 54 3B
Octal 317 100 356 15 111 0 7 441 124 73
Binary 11001111 1000000 11101110 1101 1001001 0 111 100100001 1010100 111011

Color Harmonies of #CF40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40EE

Black with #CF40EE

Text Example


Text Example

White with #CF40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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