Html Css Color HEX #D685CD Orchid

📋 copy color: '#D685CD'

red 214 ◦ green 133 ◦ blue 205

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

Shades of Orchid #D685CD

Tints of Orchid #D685CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

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

R = 38.77%
G = 24.09%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D685CD (or 0xD685CD) is known color: Orchid. HEX triplet: D6, 85 and CD. RGB value is (214,133,205). Sum of RGB (Red+Green+Blue) = 214+133+205=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CD is #297A32. Grayscale: #A5A5A5. Windows color (decimal): -2718259 or 13469142. OLE color: 13469142.

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

Color convert

RGB 214 133 205 -
CMYK 0 0.38 0.04 0.16
HSL 306.67º 0.5% 0.68% -
HSV(B) 306.67º 0.38% 0.84% -
XYZ 47.14 35.48 62.12 -
YUV 165.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 214 133 205 0 0.38 0.04 0.16 306.67 0.5 0.68
Hex D6 85 CD 0 26 4 10 133 32 44
Octal 326 205 315 0 46 4 20 463 62 104
Binary 11010110 10000101 11001101 0 100110 100 10000 100110011 110010 1000100

Color Harmonies of #D685CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685CD

Black with #D685CD

Text Example


Text Example

White with #D685CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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