Html Css Color HEX #CF57EF Medium Orchid

📋 copy color: '#CF57EF'

red 207 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #CF57EF

Tints of Medium Orchid #CF57EF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.32%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 38.84%
G = 16.32%
B = 44.84%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF57EF (or 0xCF57EF) is known color: Medium Orchid. HEX triplet: CF, 57 and EF. RGB value is (207,87,239). Sum of RGB (Red+Green+Blue) = 207+87+239=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57EF is #30A810. Grayscale: #8B8B8B. Windows color (decimal): -3188753 or 15685583. OLE color: 15685583.

HSL color Cylindrical-coordinate representation of color #CF57EF: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF57EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 87 239 -
CMYK 0.13 0.64 0 0.06
HSL 287.37º 0.83% 0.64% -
HSV(B) 287.37º 0.64% 0.94% -
XYZ 44.72 26.31 84.38 -
YUV 140.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 207 87 239 0.13 0.64 0 0.06 287.37 0.83 0.64
Hex CF 57 EF D 40 0 6 11F 53 40
Octal 317 127 357 15 100 0 6 437 123 100
Binary 11001111 1010111 11101111 1101 1000000 0 110 100011111 1010011 1000000

Color Harmonies of #CF57EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57EF

Black with #CF57EF

Text Example


Text Example

White with #CF57EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57EF; }

 p { color: rgb(207,87,239); }

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

background-color css

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

 a { background-color: rgb(207,87,239); }

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

border-color css

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

 span { border-color: rgb(207,87,239); }

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