Html Css Color HEX #D688D3 Orchid

📋 copy color: '#D688D3'

red 214 ◦ green 136 ◦ blue 211

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

Shades of Orchid #D688D3

Tints of Orchid #D688D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 38.15%
G = 24.24%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D688D3 (or 0xD688D3) is known color: Orchid. HEX triplet: D6, 88 and D3. RGB value is (214,136,211). Sum of RGB (Red+Green+Blue) = 214+136+211=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D688D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688D3 is #29772C. Grayscale: #A7A7A7. Windows color (decimal): -2717485 or 13863126. OLE color: 13863126.

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

Color convert

RGB 214 136 211 -
CMYK 0 0.36 0.01 0.16
HSL 302.31º 0.49% 0.69% -
HSV(B) 302.31º 0.36% 0.84% -
XYZ 48.29 36.61 66.15 -
YUV 167.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 214 136 211 0 0.36 0.01 0.16 302.31 0.49 0.69
Hex D6 88 D3 0 24 1 10 12E 31 45
Octal 326 210 323 0 44 1 20 456 61 105
Binary 11010110 10001000 11010011 0 100100 1 10000 100101110 110001 1000101

Color Harmonies of #D688D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688D3

Black with #D688D3

Text Example


Text Example

White with #D688D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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