Html Css Color HEX #D075E1 Orchid

📋 copy color: '#D075E1'

red 208 ◦ green 117 ◦ blue 225

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

Shades of Orchid #D075E1

Tints of Orchid #D075E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 37.82%
G = 21.27%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D075E1 (or 0xD075E1) is known color: Orchid. HEX triplet: D0, 75 and E1. RGB value is (208,117,225). Sum of RGB (Red+Green+Blue) = 208+117+225=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #D075E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075E1 is #2F8A1E. Grayscale: #9C9C9C. Windows color (decimal): -3115551 or 14775760. OLE color: 14775760.

HSL color Cylindrical-coordinate representation of color #D075E1: hue angle of 290.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D075E1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 117 225 -
CMYK 0.08 0.48 0 0.12
HSL 290.56º 0.64% 0.67% -
HSV(B) 290.56º 0.48% 0.88% -
XYZ 45.96 31.57 74.9 -
YUV 156.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 208 117 225 0.08 0.48 0 0.12 290.56 0.64 0.67
Hex D0 75 E1 8 30 0 C 123 40 43
Octal 320 165 341 10 60 0 14 443 100 103
Binary 11010000 1110101 11100001 1000 110000 0 1100 100100011 1000000 1000011

Color Harmonies of #D075E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075E1

Black with #D075E1

Text Example


Text Example

White with #D075E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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