Html Css Color HEX #D685CA Orchid

📋 copy color: '#D685CA'

red 214 ◦ green 133 ◦ blue 202

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

Shades of Orchid #D685CA

Tints of Orchid #D685CA

RGB

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

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

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

R = 38.98%
G = 24.23%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D685CA (or 0xD685CA) is known color: Orchid. HEX triplet: D6, 85 and CA. RGB value is (214,133,202). Sum of RGB (Red+Green+Blue) = 214+133+202=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CA is #297A35. Grayscale: #A4A4A4. Windows color (decimal): -2718262 or 13272534. OLE color: 13272534.

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

Color convert

RGB 214 133 202 -
CMYK 0 0.38 0.06 0.16
HSL 308.89º 0.5% 0.68% -
HSV(B) 308.89º 0.38% 0.84% -
XYZ 46.78 35.34 60.23 -
YUV 165.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 214 133 202 0 0.38 0.06 0.16 308.89 0.5 0.68
Hex D6 85 CA 0 26 6 10 135 32 44
Octal 326 205 312 0 46 6 20 465 62 104
Binary 11010110 10000101 11001010 0 100110 110 10000 100110101 110010 1000100

Color Harmonies of #D685CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685CA

Black with #D685CA

Text Example


Text Example

White with #D685CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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