Html Css Color HEX #D683CE Orchid

📋 copy color: '#D683CE'

red 214 ◦ green 131 ◦ blue 206

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

Shades of Orchid #D683CE

Tints of Orchid #D683CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.77%

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

R = 38.84%
G = 23.77%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D683CE (or 0xD683CE) is known color: Orchid. HEX triplet: D6, 83 and CE. RGB value is (214,131,206). Sum of RGB (Red+Green+Blue) = 214+131+206=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CE is #297C31. Grayscale: #A4A4A4. Windows color (decimal): -2718770 or 13534166. OLE color: 13534166.

HSL color Cylindrical-coordinate representation of color #D683CE: hue angle of 305.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683CE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 206 -
CMYK 0 0.39 0.04 0.16
HSL 305.78º 0.5% 0.68% -
HSV(B) 305.78º 0.39% 0.84% -
XYZ 46.99 34.98 62.67 -
YUV 164.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 214 131 206 0 0.39 0.04 0.16 305.78 0.5 0.68
Hex D6 83 CE 0 27 4 10 132 32 44
Octal 326 203 316 0 47 4 20 462 62 104
Binary 11010110 10000011 11001110 0 100111 100 10000 100110010 110010 1000100

Color Harmonies of #D683CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683CE

Black with #D683CE

Text Example


Text Example

White with #D683CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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