Html Css Color HEX #D683CD Orchid

📋 copy color: '#D683CD'

red 214 ◦ green 131 ◦ blue 205

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

Shades of Orchid #D683CD

Tints of Orchid #D683CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 38.91%
G = 23.82%
B = 37.27%

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

#D683CD (or 0xD683CD) is known color: Orchid. HEX triplet: D6, 83 and CD. RGB value is (214,131,205). Sum of RGB (Red+Green+Blue) = 214+131+205=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CD is #297C32. Grayscale: #A4A4A4. Windows color (decimal): -2718771 or 13468630. OLE color: 13468630.

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

Color convert

RGB 214 131 205 -
CMYK 0 0.39 0.04 0.16
HSL 306.51º 0.5% 0.68% -
HSV(B) 306.51º 0.39% 0.84% -
XYZ 46.87 34.94 62.03 -
YUV 164.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 214 131 205 0 0.39 0.04 0.16 306.51 0.5 0.68
Hex D6 83 CD 0 27 4 10 133 32 44
Octal 326 203 315 0 47 4 20 463 62 104
Binary 11010110 10000011 11001101 0 100111 100 10000 100110011 110010 1000100

Color Harmonies of #D683CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683CD

Black with #D683CD

Text Example


Text Example

White with #D683CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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