Html Css Color HEX #D075D4 Orchid

📋 copy color: '#D075D4'

red 208 ◦ green 117 ◦ blue 212

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

Shades of Orchid #D075D4

Tints of Orchid #D075D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 38.73%
G = 21.79%
B = 39.48%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D075D4 (or 0xD075D4) is known color: Orchid. HEX triplet: D0, 75 and D4. RGB value is (208,117,212). Sum of RGB (Red+Green+Blue) = 208+117+212=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #D075D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075D4 is #2F8A2B. Grayscale: #9A9A9A. Windows color (decimal): -3115564 or 13923792. OLE color: 13923792.

HSL color Cylindrical-coordinate representation of color #D075D4: hue angle of 297.47º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D075D4 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 117 212 -
CMYK 0.02 0.45 0 0.17
HSL 297.47º 0.52% 0.65% -
HSV(B) 297.47º 0.45% 0.83% -
XYZ 44.26 30.89 65.92 -
YUV 155.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 208 117 212 0.02 0.45 0 0.17 297.47 0.52 0.65
Hex D0 75 D4 2 2D 0 11 129 34 41
Octal 320 165 324 2 55 0 21 451 64 101
Binary 11010000 1110101 11010100 10 101101 0 10001 100101001 110100 1000001

Color Harmonies of #D075D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075D4

Black with #D075D4

Text Example


Text Example

White with #D075D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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