Html Css Color HEX #CF56E5 Medium Orchid

📋 copy color: '#CF56E5'

red 207 ◦ green 86 ◦ blue 229

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

Shades of Medium Orchid #CF56E5

Tints of Medium Orchid #CF56E5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.48%

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 39.66%
G = 16.48%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF56E5 (or 0xCF56E5) is known color: Medium Orchid. HEX triplet: CF, 56 and E5. RGB value is (207,86,229). Sum of RGB (Red+Green+Blue) = 207+86+229=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56E5 is #30A91A. Grayscale: #8A8A8A. Windows color (decimal): -3189019 or 15029967. OLE color: 15029967.

HSL color Cylindrical-coordinate representation of color #CF56E5: hue angle of 290.77º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF56E5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 86 229 -
CMYK 0.10 0.62 0 0.10
HSL 290.77º 0.73% 0.62% -
HSV(B) 290.77º 0.62% 0.9% -
XYZ 43.2 25.58 76.79 -
YUV 138.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 207 86 229 0.10 0.62 0 0.10 290.77 0.73 0.62
Hex CF 56 E5 A 3E 0 A 123 49 3E
Octal 317 126 345 12 76 0 12 443 111 76
Binary 11001111 1010110 11100101 1010 111110 0 1010 100100011 1001001 111110

Color Harmonies of #CF56E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56E5

Black with #CF56E5

Text Example


Text Example

White with #CF56E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56E5; }

 p { color: rgb(207,86,229); }

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

background-color css

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

 a { background-color: rgb(207,86,229); }

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

border-color css

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

 span { border-color: rgb(207,86,229); }

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