Html Css Color HEX #CF57ED Medium Orchid

📋 copy color: '#CF57ED'

red 207 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #CF57ED

Tints of Medium Orchid #CF57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 38.98%
G = 16.38%
B = 44.63%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF57ED (or 0xCF57ED) is known color: Medium Orchid. HEX triplet: CF, 57 and ED. RGB value is (207,87,237). Sum of RGB (Red+Green+Blue) = 207+87+237=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57ED is #30A812. Grayscale: #8B8B8B. Windows color (decimal): -3188755 or 15554511. OLE color: 15554511.

HSL color Cylindrical-coordinate representation of color #CF57ED: hue angle of 288º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF57ED is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 87 237 -
CMYK 0.13 0.63 0 0.07
HSL 288º 0.81% 0.64% -
HSV(B) 288º 0.63% 0.93% -
XYZ 44.43 26.2 82.84 -
YUV 139.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 207 87 237 0.13 0.63 0 0.07 288 0.81 0.64
Hex CF 57 ED D 3F 0 7 120 51 40
Octal 317 127 355 15 77 0 7 440 121 100
Binary 11001111 1010111 11101101 1101 111111 0 111 100100000 1010001 1000000

Color Harmonies of #CF57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57ED

Black with #CF57ED

Text Example


Text Example

White with #CF57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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