Html Css Color HEX #D681C4 Orchid

📋 copy color: '#D681C4'

red 214 ◦ green 129 ◦ blue 196

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

Shades of Orchid #D681C4

Tints of Orchid #D681C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.36%

R = 39.7%
G = 23.93%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D681C4 (or 0xD681C4) is known color: Orchid. HEX triplet: D6, 81 and C4. RGB value is (214,129,196). Sum of RGB (Red+Green+Blue) = 214+129+196=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D681C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681C4 is #297E3B. Grayscale: #A1A1A1. Windows color (decimal): -2719292 or 12878294. OLE color: 12878294.

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

Color convert

RGB 214 129 196 -
CMYK 0 0.40 0.08 0.16
HSL 312.71º 0.51% 0.67% -
HSV(B) 312.71º 0.4% 0.84% -
XYZ 45.55 33.98 56.38 -
YUV 162.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 214 129 196 0 0.40 0.08 0.16 312.71 0.51 0.67
Hex D6 81 C4 0 28 8 10 139 33 43
Octal 326 201 304 0 50 10 20 471 63 103
Binary 11010110 10000001 11000100 0 101000 1000 10000 100111001 110011 1000011

Color Harmonies of #D681C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681C4

Black with #D681C4

Text Example


Text Example

White with #D681C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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