Html Css Color HEX #D684CA Orchid

📋 copy color: '#D684CA'

red 214 ◦ green 132 ◦ blue 202

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

Shades of Orchid #D684CA

Tints of Orchid #D684CA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.09%

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

R = 39.05%
G = 24.09%
B = 36.86%

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

#D684CA (or 0xD684CA) is known color: Orchid. HEX triplet: D6, 84 and CA. RGB value is (214,132,202). Sum of RGB (Red+Green+Blue) = 214+132+202=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D684CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684CA is #297B35. Grayscale: #A4A4A4. Windows color (decimal): -2718518 or 13272278. OLE color: 13272278.

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

Color convert

RGB 214 132 202 -
CMYK 0 0.38 0.06 0.16
HSL 308.78º 0.5% 0.68% -
HSV(B) 308.78º 0.38% 0.84% -
XYZ 46.64 35.06 60.19 -
YUV 164.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 214 132 202 0 0.38 0.06 0.16 308.78 0.5 0.68
Hex D6 84 CA 0 26 6 10 135 32 44
Octal 326 204 312 0 46 6 20 465 62 104
Binary 11010110 10000100 11001010 0 100110 110 10000 100110101 110010 1000100

Color Harmonies of #D684CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684CA

Black with #D684CA

Text Example


Text Example

White with #D684CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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