Html Css Color HEX #D670CE Orchid

📋 copy color: '#D670CE'

red 214 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D670CE

Tints of Orchid #D670CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 40.23%
G = 21.05%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D670CE (or 0xD670CE) is known color: Orchid. HEX triplet: D6, 70 and CE. RGB value is (214,112,206). Sum of RGB (Red+Green+Blue) = 214+112+206=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CE is #298F31. Grayscale: #989898. Windows color (decimal): -2723634 or 13529302. OLE color: 13529302.

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

Color convert

RGB 214 112 206 -
CMYK 0 0.48 0.04 0.16
HSL 304.71º 0.55% 0.64% -
HSV(B) 304.71º 0.48% 0.84% -
XYZ 44.67 30.34 61.89 -
YUV 153.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 214 112 206 0 0.48 0.04 0.16 304.71 0.55 0.64
Hex D6 70 CE 0 30 4 10 131 37 40
Octal 326 160 316 0 60 4 20 461 67 100
Binary 11010110 1110000 11001110 0 110000 100 10000 100110001 110111 1000000

Color Harmonies of #D670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670CE

Black with #D670CE

Text Example


Text Example

White with #D670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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