Html Css Color HEX #D675D0 Orchid

📋 copy color: '#D675D0'

red 214 ◦ green 117 ◦ blue 208

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

Shades of Orchid #D675D0

Tints of Orchid #D675D0

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

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

R = 39.7%
G = 21.71%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D675D0 (or 0xD675D0) is known color: Orchid. HEX triplet: D6, 75 and D0. RGB value is (214,117,208). Sum of RGB (Red+Green+Blue) = 214+117+208=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D675D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D0 is #298A2F. Grayscale: #9C9C9C. Windows color (decimal): -2722352 or 13661654. OLE color: 13661654.

HSL color Cylindrical-coordinate representation of color #D675D0: hue angle of 303.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675D0 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 208 -
CMYK 0 0.45 0.03 0.16
HSL 303.71º 0.54% 0.65% -
HSV(B) 303.71º 0.45% 0.84% -
XYZ 45.48 31.57 63.37 -
YUV 156.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 214 117 208 0 0.45 0.03 0.16 303.71 0.54 0.65
Hex D6 75 D0 0 2D 3 10 130 36 41
Octal 326 165 320 0 55 3 20 460 66 101
Binary 11010110 1110101 11010000 0 101101 11 10000 100110000 110110 1000001

Color Harmonies of #D675D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675D0

Black with #D675D0

Text Example


Text Example

White with #D675D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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