Html Css Color HEX #D675DF Orchid

📋 copy color: '#D675DF'

red 214 ◦ green 117 ◦ blue 223

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

Shades of Orchid #D675DF

Tints of Orchid #D675DF

RGB

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

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

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

R = 38.63%
G = 21.12%
B = 40.25%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D675DF (or 0xD675DF) is known color: Orchid. HEX triplet: D6, 75 and DF. RGB value is (214,117,223). Sum of RGB (Red+Green+Blue) = 214+117+223=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #D675DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675DF is #298A20. Grayscale: #9D9D9D. Windows color (decimal): -2722337 or 14644694. OLE color: 14644694.

HSL color Cylindrical-coordinate representation of color #D675DF: hue angle of 294.91º 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 #D675DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 117 223 -
CMYK 0.04 0.48 0 0.13
HSL 294.91º 0.62% 0.67% -
HSV(B) 294.91º 0.48% 0.87% -
XYZ 47.41 32.35 73.56 -
YUV 158.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 214 117 223 0.04 0.48 0 0.13 294.91 0.62 0.67
Hex D6 75 DF 4 30 0 D 127 3E 43
Octal 326 165 337 4 60 0 15 447 76 103
Binary 11010110 1110101 11011111 100 110000 0 1101 100100111 111110 1000011

Color Harmonies of #D675DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675DF

Black with #D675DF

Text Example


Text Example

White with #D675DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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