Html Css Color HEX #CF37DB Medium Orchid

📋 copy color: '#CF37DB'

red 207 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #CF37DB

Tints of Medium Orchid #CF37DB

RGB

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

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

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

R = 43.04%
G = 11.43%
B = 45.53%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF37DB (or 0xCF37DB) is known color: Medium Orchid. HEX triplet: CF, 37 and DB. RGB value is (207,55,219). Sum of RGB (Red+Green+Blue) = 207+55+219=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37DB is #30C824. Grayscale: #767676. Windows color (decimal): -3196965 or 14366671. OLE color: 14366671.

HSL color Cylindrical-coordinate representation of color #CF37DB: hue angle of 295.61º degrees, saturation: 0.69, 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 #CF37DB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 55 219 -
CMYK 0.05 0.75 0 0.14
HSL 295.61º 0.69% 0.54% -
HSV(B) 295.61º 0.75% 0.86% -
XYZ 39.88 21.11 68.99 -
YUV 119.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 207 55 219 0.05 0.75 0 0.14 295.61 0.69 0.54
Hex CF 37 DB 5 4B 0 E 128 45 36
Octal 317 67 333 5 113 0 16 450 105 66
Binary 11001111 110111 11011011 101 1001011 0 1110 100101000 1000101 110110

Color Harmonies of #CF37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37DB

Black with #CF37DB

Text Example


Text Example

White with #CF37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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