Html Css Color HEX #D688CA Orchid

📋 copy color: '#D688CA'

red 214 ◦ green 136 ◦ blue 202

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

Shades of Orchid #D688CA

Tints of Orchid #D688CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 38.77%
G = 24.64%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D688CA (or 0xD688CA) is known color: Orchid. HEX triplet: D6, 88 and CA. RGB value is (214,136,202). Sum of RGB (Red+Green+Blue) = 214+136+202=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CA is #297735. Grayscale: #A6A6A6. Windows color (decimal): -2717494 or 13273302. OLE color: 13273302.

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

Color convert

RGB 214 136 202 -
CMYK 0 0.36 0.06 0.16
HSL 309.23º 0.49% 0.69% -
HSV(B) 309.23º 0.36% 0.84% -
XYZ 47.2 36.17 60.37 -
YUV 166.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 214 136 202 0 0.36 0.06 0.16 309.23 0.49 0.69
Hex D6 88 CA 0 24 6 10 135 31 45
Octal 326 210 312 0 44 6 20 465 61 105
Binary 11010110 10001000 11001010 0 100100 110 10000 100110101 110001 1000101

Color Harmonies of #D688CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688CA

Black with #D688CA

Text Example


Text Example

White with #D688CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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