Html Css Color HEX #D670D5 Orchid

📋 copy color: '#D670D5'

red 214 ◦ green 112 ◦ blue 213

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

Shades of Orchid #D670D5

Tints of Orchid #D670D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 39.7%
G = 20.78%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D670D5 (or 0xD670D5) is known color: Orchid. HEX triplet: D6, 70 and D5. RGB value is (214,112,213). Sum of RGB (Red+Green+Blue) = 214+112+213=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D670D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670D5 is #298F2A. Grayscale: #999999. Windows color (decimal): -2723627 or 13988054. OLE color: 13988054.

HSL color Cylindrical-coordinate representation of color #D670D5: hue angle of 300.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670D5 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 213 -
CMYK 0 0.48 0.00 0.16
HSL 300.59º 0.55% 0.64% -
HSV(B) 300.59º 0.48% 0.84% -
XYZ 45.54 30.69 66.47 -
YUV 154.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 214 112 213 0 0.48 0.00 0.16 300.59 0.55 0.64
Hex D6 70 D5 0 30 0 10 12D 37 40
Octal 326 160 325 0 60 0 20 455 67 100
Binary 11010110 1110000 11010101 0 110000 0 10000 100101101 110111 1000000

Color Harmonies of #D670D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670D5

Black with #D670D5

Text Example


Text Example

White with #D670D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670D5; }

 p { color: rgb(214,112,213); }

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

background-color css

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

 a { background-color: rgb(214,112,213); }

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

border-color css

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

 span { border-color: rgb(214,112,213); }

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