Html Css Color HEX #D475D0 Orchid

📋 copy color: '#D475D0'

red 212 ◦ green 117 ◦ blue 208

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

Shades of Orchid #D475D0

Tints of Orchid #D475D0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D475D0: hue angle of 302.53º 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 #D475D0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 208 -
CMYK 0 0.45 0.02 0.17
HSL 302.53º 0.52% 0.65% -
HSV(B) 302.53º 0.45% 0.83% -
XYZ 44.9 31.27 63.34 -
YUV 155.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 212 117 208 0 0.45 0.02 0.17 302.53 0.52 0.65
Hex D4 75 D0 0 2D 2 11 12F 34 41
Octal 324 165 320 0 55 2 21 457 64 101
Binary 11010100 1110101 11010000 0 101101 10 10001 100101111 110100 1000001

Color Harmonies of #D475D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475D0

Black with #D475D0

Text Example


Text Example

White with #D475D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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