Html Css Color HEX #CF57EE Medium Orchid

📋 copy color: '#CF57EE'

red 207 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #CF57EE

Tints of Medium Orchid #CF57EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 38.91%
G = 16.35%
B = 44.74%

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

#CF57EE (or 0xCF57EE) is known color: Medium Orchid. HEX triplet: CF, 57 and EE. RGB value is (207,87,238). Sum of RGB (Red+Green+Blue) = 207+87+238=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57EE is #30A811. Grayscale: #8B8B8B. Windows color (decimal): -3188754 or 15620047. OLE color: 15620047.

HSL color Cylindrical-coordinate representation of color #CF57EE: hue angle of 287.68º degrees, saturation: 0.82, 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 #CF57EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 87 238 -
CMYK 0.13 0.63 0 0.07
HSL 287.68º 0.82% 0.64% -
HSV(B) 287.68º 0.63% 0.93% -
XYZ 44.57 26.25 83.61 -
YUV 140.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 207 87 238 0.13 0.63 0 0.07 287.68 0.82 0.64
Hex CF 57 EE D 3F 0 7 120 52 40
Octal 317 127 356 15 77 0 7 440 122 100
Binary 11001111 1010111 11101110 1101 111111 0 111 100100000 1010010 1000000

Color Harmonies of #CF57EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57EE

Black with #CF57EE

Text Example


Text Example

White with #CF57EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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