Html Css Color HEX #CF41E0 Medium Orchid

📋 copy color: '#CF41E0'

red 207 ◦ green 65 ◦ blue 224

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

Shades of Medium Orchid #CF41E0

Tints of Medium Orchid #CF41E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 41.73%
G = 13.1%
B = 45.16%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF41E0 (or 0xCF41E0) is known color: Medium Orchid. HEX triplet: CF, 41 and E0. RGB value is (207,65,224). Sum of RGB (Red+Green+Blue) = 207+65+224=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF41E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41E0 is #30BE1F. Grayscale: #7D7D7D. Windows color (decimal): -3194400 or 14696911. OLE color: 14696911.

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

Color convert

RGB 207 65 224 -
CMYK 0.08 0.71 0 0.12
HSL 293.58º 0.72% 0.57% -
HSV(B) 293.58º 0.71% 0.88% -
XYZ 41.08 22.43 72.69 -
YUV 125.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 207 65 224 0.08 0.71 0 0.12 293.58 0.72 0.57
Hex CF 41 E0 8 47 0 C 126 48 39
Octal 317 101 340 10 107 0 14 446 110 71
Binary 11001111 1000001 11100000 1000 1000111 0 1100 100100110 1001000 111001

Color Harmonies of #CF41E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41E0

Black with #CF41E0

Text Example


Text Example

White with #CF41E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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