Html Css Color HEX #D075DF Orchid

📋 copy color: '#D075DF'

red 208 ◦ green 117 ◦ blue 223

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

Shades of Orchid #D075DF

Tints of Orchid #D075DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 37.96%
G = 21.35%
B = 40.69%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D075DF (or 0xD075DF) is known color: Orchid. HEX triplet: D0, 75 and DF. RGB value is (208,117,223). Sum of RGB (Red+Green+Blue) = 208+117+223=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D075DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075DF is #2F8A20. Grayscale: #9B9B9B. Windows color (decimal): -3115553 or 14644688. OLE color: 14644688.

HSL color Cylindrical-coordinate representation of color #D075DF: hue angle of 291.51º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D075DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 117 223 -
CMYK 0.07 0.48 0 0.13
HSL 291.51º 0.62% 0.67% -
HSV(B) 291.51º 0.48% 0.87% -
XYZ 45.69 31.46 73.48 -
YUV 156.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 208 117 223 0.07 0.48 0 0.13 291.51 0.62 0.67
Hex D0 75 DF 7 30 0 D 124 3E 43
Octal 320 165 337 7 60 0 15 444 76 103
Binary 11010000 1110101 11011111 111 110000 0 1101 100100100 111110 1000011

Color Harmonies of #D075DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075DF

Black with #D075DF

Text Example


Text Example

White with #D075DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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