Html Css Color HEX #D075DD Orchid

📋 copy color: '#D075DD'

red 208 ◦ green 117 ◦ blue 221

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

Shades of Orchid #D075DD

Tints of Orchid #D075DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 38.1%
G = 21.43%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D075DD (or 0xD075DD) is known color: Orchid. HEX triplet: D0, 75 and DD. RGB value is (208,117,221). Sum of RGB (Red+Green+Blue) = 208+117+221=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D075DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075DD is #2F8A22. Grayscale: #9B9B9B. Windows color (decimal): -3115555 or 14513616. OLE color: 14513616.

HSL color Cylindrical-coordinate representation of color #D075DD: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D075DD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 117 221 -
CMYK 0.06 0.47 0 0.13
HSL 292.5º 0.6% 0.66% -
HSV(B) 292.5º 0.47% 0.87% -
XYZ 45.42 31.35 72.06 -
YUV 156.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 208 117 221 0.06 0.47 0 0.13 292.5 0.6 0.66
Hex D0 75 DD 6 2F 0 D 124 3C 42
Octal 320 165 335 6 57 0 15 444 74 102
Binary 11010000 1110101 11011101 110 101111 0 1101 100100100 111100 1000010

Color Harmonies of #D075DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075DD

Black with #D075DD

Text Example


Text Example

White with #D075DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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