Html Css Color HEX #D670C7 Orchid

📋 copy color: '#D670C7'

red 214 ◦ green 112 ◦ blue 199

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

Shades of Orchid #D670C7

Tints of Orchid #D670C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 40.76%
G = 21.33%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D670C7 (or 0xD670C7) is known color: Orchid. HEX triplet: D6, 70 and C7. RGB value is (214,112,199). Sum of RGB (Red+Green+Blue) = 214+112+199=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D670C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670C7 is #298F38. Grayscale: #989898. Windows color (decimal): -2723641 or 13070550. OLE color: 13070550.

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

Color convert

RGB 214 112 199 -
CMYK 0 0.48 0.07 0.16
HSL 308.82º 0.55% 0.64% -
HSV(B) 308.82º 0.48% 0.84% -
XYZ 43.83 30.01 57.51 -
YUV 152.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 214 112 199 0 0.48 0.07 0.16 308.82 0.55 0.64
Hex D6 70 C7 0 30 7 10 135 37 40
Octal 326 160 307 0 60 7 20 465 67 100
Binary 11010110 1110000 11000111 0 110000 111 10000 100110101 110111 1000000

Color Harmonies of #D670C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670C7

Black with #D670C7

Text Example


Text Example

White with #D670C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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