Html Css Color HEX #CF54E1 Medium Orchid

📋 copy color: '#CF54E1'

red 207 ◦ green 84 ◦ blue 225

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

Shades of Medium Orchid #CF54E1

Tints of Medium Orchid #CF54E1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.28%

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

R = 40.12%
G = 16.28%
B = 43.6%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF54E1 (or 0xCF54E1) is known color: Medium Orchid. HEX triplet: CF, 54 and E1. RGB value is (207,84,225). Sum of RGB (Red+Green+Blue) = 207+84+225=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54E1 is #30AB1E. Grayscale: #888888. Windows color (decimal): -3189535 or 14767311. OLE color: 14767311.

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

Color convert

RGB 207 84 225 -
CMYK 0.08 0.63 0 0.12
HSL 292.34º 0.7% 0.61% -
HSV(B) 292.34º 0.63% 0.88% -
XYZ 42.49 25.04 73.83 -
YUV 136.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 207 84 225 0.08 0.63 0 0.12 292.34 0.7 0.61
Hex CF 54 E1 8 3F 0 C 124 46 3D
Octal 317 124 341 10 77 0 14 444 106 75
Binary 11001111 1010100 11100001 1000 111111 0 1100 100100100 1000110 111101

Color Harmonies of #CF54E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF54E1

Black with #CF54E1

Text Example


Text Example

White with #CF54E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF54E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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