Html Css Color HEX #CF57DE Medium Orchid

📋 copy color: '#CF57DE'

red 207 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #CF57DE

Tints of Medium Orchid #CF57DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 40.12%
G = 16.86%
B = 43.02%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF57DE (or 0xCF57DE) is known color: Medium Orchid. HEX triplet: CF, 57 and DE. RGB value is (207,87,222). Sum of RGB (Red+Green+Blue) = 207+87+222=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF57DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DE is #30A821. Grayscale: #898989. Windows color (decimal): -3188770 or 14571471. OLE color: 14571471.

HSL color Cylindrical-coordinate representation of color #CF57DE: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF57DE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 87 222 -
CMYK 0.07 0.61 0 0.13
HSL 293.33º 0.67% 0.61% -
HSV(B) 293.33º 0.61% 0.87% -
XYZ 42.33 25.36 71.77 -
YUV 138.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 207 87 222 0.07 0.61 0 0.13 293.33 0.67 0.61
Hex CF 57 DE 7 3D 0 D 125 43 3D
Octal 317 127 336 7 75 0 15 445 103 75
Binary 11001111 1010111 11011110 111 111101 0 1101 100100101 1000011 111101

Color Harmonies of #CF57DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57DE

Black with #CF57DE

Text Example


Text Example

White with #CF57DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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