Html Css Color HEX #D675DB Orchid

📋 copy color: '#D675DB'

red 214 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D675DB

Tints of Orchid #D675DB

RGB

 RED value IS 214 (83.98% from 255) = 38.91%

 GREEN value IS 117 (46.09% from 255) = 21.27%

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

R = 38.91%
G = 21.27%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D675DB (or 0xD675DB) is known color: Orchid. HEX triplet: D6, 75 and DB. RGB value is (214,117,219). Sum of RGB (Red+Green+Blue) = 214+117+219=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D675DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675DB is #298A24. Grayscale: #9D9D9D. Windows color (decimal): -2722341 or 14382550. OLE color: 14382550.

HSL color Cylindrical-coordinate representation of color #D675DB: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D675DB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 117 219 -
CMYK 0.02 0.47 0 0.14
HSL 297.06º 0.59% 0.66% -
HSV(B) 297.06º 0.47% 0.86% -
XYZ 46.88 32.13 70.75 -
YUV 157.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 214 117 219 0.02 0.47 0 0.14 297.06 0.59 0.66
Hex D6 75 DB 2 2F 0 E 129 3B 42
Octal 326 165 333 2 57 0 16 451 73 102
Binary 11010110 1110101 11011011 10 101111 0 1110 100101001 111011 1000010

Color Harmonies of #D675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675DB

Black with #D675DB

Text Example


Text Example

White with #D675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675DB; }

 p { color: rgb(214,117,219); }

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

background-color css

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

 a { background-color: rgb(214,117,219); }

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

border-color css

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

 span { border-color: rgb(214,117,219); }

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