Html Css Color HEX #D681CB Orchid

📋 copy color: '#D681CB'

red 214 ◦ green 129 ◦ blue 203

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

Shades of Orchid #D681CB

Tints of Orchid #D681CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 39.19%
G = 23.63%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D681CB (or 0xD681CB) is known color: Orchid. HEX triplet: D6, 81 and CB. RGB value is (214,129,203). Sum of RGB (Red+Green+Blue) = 214+129+203=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CB is #297E34. Grayscale: #A2A2A2. Windows color (decimal): -2719285 or 13337046. OLE color: 13337046.

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

Color convert

RGB 214 129 203 -
CMYK 0 0.40 0.05 0.16
HSL 307.76º 0.51% 0.67% -
HSV(B) 307.76º 0.4% 0.84% -
XYZ 46.36 34.31 60.68 -
YUV 162.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 214 129 203 0 0.40 0.05 0.16 307.76 0.51 0.67
Hex D6 81 CB 0 28 5 10 134 33 43
Octal 326 201 313 0 50 5 20 464 63 103
Binary 11010110 10000001 11001011 0 101000 101 10000 100110100 110011 1000011

Color Harmonies of #D681CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681CB

Black with #D681CB

Text Example


Text Example

White with #D681CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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