Html Css Color HEX #CF37DC Medium Orchid

📋 copy color: '#CF37DC'

red 207 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #CF37DC

Tints of Medium Orchid #CF37DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.41%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 42.95%
G = 11.41%
B = 45.64%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF37DC (or 0xCF37DC) is known color: Medium Orchid. HEX triplet: CF, 37 and DC. RGB value is (207,55,220). Sum of RGB (Red+Green+Blue) = 207+55+220=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37DC is #30C823. Grayscale: #767676. Windows color (decimal): -3196964 or 14432207. OLE color: 14432207.

HSL color Cylindrical-coordinate representation of color #CF37DC: hue angle of 295.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF37DC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 55 220 -
CMYK 0.06 0.75 0 0.14
HSL 295.27º 0.7% 0.54% -
HSV(B) 295.27º 0.75% 0.86% -
XYZ 40.02 21.17 69.69 -
YUV 119.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 207 55 220 0.06 0.75 0 0.14 295.27 0.7 0.54
Hex CF 37 DC 6 4B 0 E 127 46 36
Octal 317 67 334 6 113 0 16 447 106 66
Binary 11001111 110111 11011100 110 1001011 0 1110 100100111 1000110 110110

Color Harmonies of #CF37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37DC

Black with #CF37DC

Text Example


Text Example

White with #CF37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37DC; }

 p { color: rgb(207,55,220); }

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

background-color css

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

 a { background-color: rgb(207,55,220); }

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

border-color css

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

 span { border-color: rgb(207,55,220); }

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