Html Css Color HEX #D485DB Orchid

📋 copy color: '#D485DB'

red 212 ◦ green 133 ◦ blue 219

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

Shades of Orchid #D485DB

Tints of Orchid #D485DB

RGB

 RED value IS 212 (83.2% from 255) = 37.59%

 GREEN value IS 133 (52.34% from 255) = 23.58%

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

R = 37.59%
G = 23.58%
B = 38.83%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D485DB (or 0xD485DB) is known color: Orchid. HEX triplet: D4, 85 and DB. RGB value is (212,133,219). Sum of RGB (Red+Green+Blue) = 212+133+219=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D485DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DB is #2B7A24. Grayscale: #A6A6A6. Windows color (decimal): -2849317 or 14386644. OLE color: 14386644.

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

Color convert

RGB 212 133 219 -
CMYK 0.03 0.39 0 0.14
HSL 295.12º 0.54% 0.69% -
HSV(B) 295.12º 0.39% 0.86% -
XYZ 48.33 35.89 71.4 -
YUV 166.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 212 133 219 0.03 0.39 0 0.14 295.12 0.54 0.69
Hex D4 85 DB 3 27 0 E 127 36 45
Octal 324 205 333 3 47 0 16 447 66 105
Binary 11010100 10000101 11011011 11 100111 0 1110 100100111 110110 1000101

Color Harmonies of #D485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485DB

Black with #D485DB

Text Example


Text Example

White with #D485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485DB; }

 p { color: rgb(212,133,219); }

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

background-color css

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

 a { background-color: rgb(212,133,219); }

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

border-color css

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

 span { border-color: rgb(212,133,219); }

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