Html Css Color HEX #D680CA Orchid

📋 copy color: '#D680CA'

red 214 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D680CA

Tints of Orchid #D680CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 39.34%
G = 23.53%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D680CA (or 0xD680CA) is known color: Orchid. HEX triplet: D6, 80 and CA. RGB value is (214,128,202). Sum of RGB (Red+Green+Blue) = 214+128+202=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D680CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680CA is #297F35. Grayscale: #A1A1A1. Windows color (decimal): -2719542 or 13271254. OLE color: 13271254.

HSL color Cylindrical-coordinate representation of color #D680CA: hue angle of 308.37º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680CA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 202 -
CMYK 0 0.40 0.06 0.16
HSL 308.37º 0.51% 0.67% -
HSV(B) 308.37º 0.4% 0.84% -
XYZ 46.11 34 60.01 -
YUV 162.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 214 128 202 0 0.40 0.06 0.16 308.37 0.51 0.67
Hex D6 80 CA 0 28 6 10 134 33 43
Octal 326 200 312 0 50 6 20 464 63 103
Binary 11010110 10000000 11001010 0 101000 110 10000 100110100 110011 1000011

Color Harmonies of #D680CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680CA

Black with #D680CA

Text Example


Text Example

White with #D680CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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