Html Css Color HEX #D687CA Orchid

📋 copy color: '#D687CA'

red 214 ◦ green 135 ◦ blue 202

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

Shades of Orchid #D687CA

Tints of Orchid #D687CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.5%

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

R = 38.84%
G = 24.5%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D687CA (or 0xD687CA) is known color: Orchid. HEX triplet: D6, 87 and CA. RGB value is (214,135,202). Sum of RGB (Red+Green+Blue) = 214+135+202=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D687CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687CA is #297835. Grayscale: #A6A6A6. Windows color (decimal): -2717750 or 13273046. OLE color: 13273046.

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

Color convert

RGB 214 135 202 -
CMYK 0 0.37 0.06 0.16
HSL 309.11º 0.49% 0.68% -
HSV(B) 309.11º 0.37% 0.84% -
XYZ 47.06 35.89 60.32 -
YUV 166.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 214 135 202 0 0.37 0.06 0.16 309.11 0.49 0.68
Hex D6 87 CA 0 25 6 10 135 31 44
Octal 326 207 312 0 45 6 20 465 61 104
Binary 11010110 10000111 11001010 0 100101 110 10000 100110101 110001 1000100

Color Harmonies of #D687CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687CA

Black with #D687CA

Text Example


Text Example

White with #D687CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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