Html Css Color HEX #D681CA Orchid

📋 copy color: '#D681CA'

red 214 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D681CA

Tints of Orchid #D681CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.67%

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

R = 39.27%
G = 23.67%
B = 37.06%

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

#D681CA (or 0xD681CA) is known color: Orchid. HEX triplet: D6, 81 and CA. RGB value is (214,129,202). Sum of RGB (Red+Green+Blue) = 214+129+202=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CA is #297E35. Grayscale: #A2A2A2. Windows color (decimal): -2719286 or 13271510. OLE color: 13271510.

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

Color convert

RGB 214 129 202 -
CMYK 0 0.40 0.06 0.16
HSL 308.47º 0.51% 0.67% -
HSV(B) 308.47º 0.4% 0.84% -
XYZ 46.24 34.26 60.05 -
YUV 162.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 214 129 202 0 0.40 0.06 0.16 308.47 0.51 0.67
Hex D6 81 CA 0 28 6 10 134 33 43
Octal 326 201 312 0 50 6 20 464 63 103
Binary 11010110 10000001 11001010 0 101000 110 10000 100110100 110011 1000011

Color Harmonies of #D681CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681CA

Black with #D681CA

Text Example


Text Example

White with #D681CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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