Html Css Color HEX #CF39E1 Medium Orchid

📋 copy color: '#CF39E1'

red 207 ◦ green 57 ◦ blue 225

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

Shades of Medium Orchid #CF39E1

Tints of Medium Orchid #CF39E1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.66%

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

R = 42.33%
G = 11.66%
B = 46.01%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF39E1 (or 0xCF39E1) is known color: Medium Orchid. HEX triplet: CF, 39 and E1. RGB value is (207,57,225). Sum of RGB (Red+Green+Blue) = 207+57+225=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF39E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39E1 is #30C61E. Grayscale: #787878. Windows color (decimal): -3196447 or 14760399. OLE color: 14760399.

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

Color convert

RGB 207 57 225 -
CMYK 0.08 0.75 0 0.12
HSL 293.57º 0.74% 0.55% -
HSV(B) 293.57º 0.75% 0.88% -
XYZ 40.79 21.63 73.26 -
YUV 121 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 207 57 225 0.08 0.75 0 0.12 293.57 0.74 0.55
Hex CF 39 E1 8 4B 0 C 126 4A 37
Octal 317 71 341 10 113 0 14 446 112 67
Binary 11001111 111001 11100001 1000 1001011 0 1100 100100110 1001010 110111

Color Harmonies of #CF39E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF39E1

Black with #CF39E1

Text Example


Text Example

White with #CF39E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF39E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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