Html Css Color HEX #CF57DB Medium Orchid

📋 copy color: '#CF57DB'

red 207 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #CF57DB

Tints of Medium Orchid #CF57DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 40.35%
G = 16.96%
B = 42.69%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF57DB (or 0xCF57DB) is known color: Medium Orchid. HEX triplet: CF, 57 and DB. RGB value is (207,87,219). Sum of RGB (Red+Green+Blue) = 207+87+219=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DB is #30A824. Grayscale: #898989. Windows color (decimal): -3188773 or 14374863. OLE color: 14374863.

HSL color Cylindrical-coordinate representation of color #CF57DB: hue angle of 294.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF57DB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 87 219 -
CMYK 0.05 0.60 0 0.14
HSL 294.55º 0.65% 0.6% -
HSV(B) 294.55º 0.6% 0.86% -
XYZ 41.93 25.2 69.67 -
YUV 137.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 207 87 219 0.05 0.60 0 0.14 294.55 0.65 0.6
Hex CF 57 DB 5 3C 0 E 127 41 3C
Octal 317 127 333 5 74 0 16 447 101 74
Binary 11001111 1010111 11011011 101 111100 0 1110 100100111 1000001 111100

Color Harmonies of #CF57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57DB

Black with #CF57DB

Text Example


Text Example

White with #CF57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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