Html Css Color HEX #DB7FCF Orchid

📋 copy color: '#DB7FCF'

red 219 ◦ green 127 ◦ blue 207

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

Shades of Orchid #DB7FCF

Tints of Orchid #DB7FCF

RGB

 RED value IS 219 (85.94% from 255) = 39.6%

 GREEN value IS 127 (50% from 255) = 22.97%

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 39.6%
G = 22.97%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7FCF (or 0xDB7FCF) is known color: Orchid. HEX triplet: DB, 7F and CF. RGB value is (219,127,207). Sum of RGB (Red+Green+Blue) = 219+127+207=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FCF is #248030. Grayscale: #A3A3A3. Windows color (decimal): -2392113 or 13598683. OLE color: 13598683.

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

Color convert

RGB 219 127 207 -
CMYK 0 0.42 0.05 0.14
HSL 307.83º 0.56% 0.68% -
HSV(B) 307.83º 0.42% 0.86% -
XYZ 48.07 34.74 63.2 -
YUV 163.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 219 127 207 0 0.42 0.05 0.14 307.83 0.56 0.68
Hex DB 7F CF 0 2A 5 E 134 38 44
Octal 333 177 317 0 52 5 16 464 70 104
Binary 11011011 1111111 11001111 0 101010 101 1110 100110100 111000 1000100

Color Harmonies of #DB7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FCF

Black with #DB7FCF

Text Example


Text Example

White with #DB7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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