Html Css Color HEX #CF40E1 Medium Orchid

📋 copy color: '#CF40E1'

red 207 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #CF40E1

Tints of Medium Orchid #CF40E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 41.73%
G = 12.9%
B = 45.36%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF40E1 (or 0xCF40E1) is known color: Medium Orchid. HEX triplet: CF, 40 and E1. RGB value is (207,64,225). Sum of RGB (Red+Green+Blue) = 207+64+225=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40E1 is #30BF1E. Grayscale: #7C7C7C. Windows color (decimal): -3194655 or 14762191. OLE color: 14762191.

HSL color Cylindrical-coordinate representation of color #CF40E1: hue angle of 293.29º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF40E1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 64 225 -
CMYK 0.08 0.72 0 0.12
HSL 293.29º 0.73% 0.57% -
HSV(B) 293.29º 0.72% 0.88% -
XYZ 41.16 22.37 73.38 -
YUV 125.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 207 64 225 0.08 0.72 0 0.12 293.29 0.73 0.57
Hex CF 40 E1 8 48 0 C 125 49 39
Octal 317 100 341 10 110 0 14 445 111 71
Binary 11001111 1000000 11100001 1000 1001000 0 1100 100100101 1001001 111001

Color Harmonies of #CF40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40E1

Black with #CF40E1

Text Example


Text Example

White with #CF40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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