Html Css Color HEX #D675D4 Orchid

📋 copy color: '#D675D4'

red 214 ◦ green 117 ◦ blue 212

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

Shades of Orchid #D675D4

Tints of Orchid #D675D4

RGB

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

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

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

R = 39.41%
G = 21.55%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D675D4 (or 0xD675D4) is known color: Orchid. HEX triplet: D6, 75 and D4. RGB value is (214,117,212). Sum of RGB (Red+Green+Blue) = 214+117+212=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D675D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D4 is #298A2B. Grayscale: #9C9C9C. Windows color (decimal): -2722348 or 13923798. OLE color: 13923798.

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

Color convert

RGB 214 117 212 -
CMYK 0 0.45 0.01 0.16
HSL 301.24º 0.54% 0.65% -
HSV(B) 301.24º 0.45% 0.84% -
XYZ 45.98 31.77 66 -
YUV 156.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 214 117 212 0 0.45 0.01 0.16 301.24 0.54 0.65
Hex D6 75 D4 0 2D 1 10 12D 36 41
Octal 326 165 324 0 55 1 20 455 66 101
Binary 11010110 1110101 11010100 0 101101 1 10000 100101101 110110 1000001

Color Harmonies of #D675D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675D4

Black with #D675D4

Text Example


Text Example

White with #D675D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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