Html Css Color HEX #D075DB Orchid

📋 copy color: '#D075DB'

red 208 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D075DB

Tints of Orchid #D075DB

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

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

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

R = 38.24%
G = 21.51%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D075DB (or 0xD075DB) is known color: Orchid. HEX triplet: D0, 75 and DB. RGB value is (208,117,219). Sum of RGB (Red+Green+Blue) = 208+117+219=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D075DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075DB is #2F8A24. Grayscale: #9B9B9B. Windows color (decimal): -3115557 or 14382544. OLE color: 14382544.

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

Color convert

RGB 208 117 219 -
CMYK 0.05 0.47 0 0.14
HSL 293.53º 0.59% 0.66% -
HSV(B) 293.53º 0.47% 0.86% -
XYZ 45.16 31.25 70.67 -
YUV 155.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 208 117 219 0.05 0.47 0 0.14 293.53 0.59 0.66
Hex D0 75 DB 5 2F 0 E 126 3B 42
Octal 320 165 333 5 57 0 16 446 73 102
Binary 11010000 1110101 11011011 101 101111 0 1110 100100110 111011 1000010

Color Harmonies of #D075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075DB

Black with #D075DB

Text Example


Text Example

White with #D075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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