Html Css Color HEX #CF57E6 Medium Orchid

📋 copy color: '#CF57E6'

red 207 ◦ green 87 ◦ blue 230

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

Shades of Medium Orchid #CF57E6

Tints of Medium Orchid #CF57E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 39.5%
G = 16.6%
B = 43.89%

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

#CF57E6 (or 0xCF57E6) is known color: Medium Orchid. HEX triplet: CF, 57 and E6. RGB value is (207,87,230). Sum of RGB (Red+Green+Blue) = 207+87+230=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57E6 is #30A819. Grayscale: #8A8A8A. Windows color (decimal): -3188762 or 15095759. OLE color: 15095759.

HSL color Cylindrical-coordinate representation of color #CF57E6: hue angle of 290.35º degrees, saturation: 0.74, 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 #CF57E6 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 87 230 -
CMYK 0.10 0.62 0 0.10
HSL 290.35º 0.74% 0.62% -
HSV(B) 290.35º 0.62% 0.9% -
XYZ 43.42 25.79 77.55 -
YUV 139.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 207 87 230 0.10 0.62 0 0.10 290.35 0.74 0.62
Hex CF 57 E6 A 3E 0 A 122 4A 3E
Octal 317 127 346 12 76 0 12 442 112 76
Binary 11001111 1010111 11100110 1010 111110 0 1010 100100010 1001010 111110

Color Harmonies of #CF57E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57E6

Black with #CF57E6

Text Example


Text Example

White with #CF57E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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