Html Css Color HEX #D688CD Orchid

📋 copy color: '#D688CD'

red 214 ◦ green 136 ◦ blue 205

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

Shades of Orchid #D688CD

Tints of Orchid #D688CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.5%

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

R = 38.56%
G = 24.5%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D688CD (or 0xD688CD) is known color: Orchid. HEX triplet: D6, 88 and CD. RGB value is (214,136,205). Sum of RGB (Red+Green+Blue) = 214+136+205=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CD is #297732. Grayscale: #A6A6A6. Windows color (decimal): -2717491 or 13469910. OLE color: 13469910.

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

Color convert

RGB 214 136 205 -
CMYK 0 0.36 0.04 0.16
HSL 306.92º 0.49% 0.69% -
HSV(B) 306.92º 0.36% 0.84% -
XYZ 47.56 36.31 62.26 -
YUV 167.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 214 136 205 0 0.36 0.04 0.16 306.92 0.49 0.69
Hex D6 88 CD 0 24 4 10 133 31 45
Octal 326 210 315 0 44 4 20 463 61 105
Binary 11010110 10001000 11001101 0 100100 100 10000 100110011 110001 1000101

Color Harmonies of #D688CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688CD

Black with #D688CD

Text Example


Text Example

White with #D688CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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