Html Css Color HEX #CF54EB Medium Orchid

📋 copy color: '#CF54EB'

red 207 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #CF54EB

Tints of Medium Orchid #CF54EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 39.35%
G = 15.97%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF54EB (or 0xCF54EB) is known color: Medium Orchid. HEX triplet: CF, 54 and EB. RGB value is (207,84,235). Sum of RGB (Red+Green+Blue) = 207+84+235=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54EB is #30AB14. Grayscale: #898989. Windows color (decimal): -3189525 or 15422671. OLE color: 15422671.

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

Color convert

RGB 207 84 235 -
CMYK 0.12 0.64 0 0.08
HSL 288.87º 0.79% 0.63% -
HSV(B) 288.87º 0.64% 0.92% -
XYZ 43.9 25.6 81.23 -
YUV 137.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 207 84 235 0.12 0.64 0 0.08 288.87 0.79 0.63
Hex CF 54 EB C 40 0 8 121 4F 3F
Octal 317 124 353 14 100 0 10 441 117 77
Binary 11001111 1010100 11101011 1100 1000000 0 1000 100100001 1001111 111111

Color Harmonies of #CF54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF54EB

Black with #CF54EB

Text Example


Text Example

White with #CF54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF54EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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