Html Css Color HEX #D678CB Orchid

📋 copy color: '#D678CB'

red 214 ◦ green 120 ◦ blue 203

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

Shades of Orchid #D678CB

Tints of Orchid #D678CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

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

R = 39.85%
G = 22.35%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D678CB (or 0xD678CB) is known color: Orchid. HEX triplet: D6, 78 and CB. RGB value is (214,120,203). Sum of RGB (Red+Green+Blue) = 214+120+203=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D678CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678CB is #298734. Grayscale: #9D9D9D. Windows color (decimal): -2721589 or 13334742. OLE color: 13334742.

HSL color Cylindrical-coordinate representation of color #D678CB: hue angle of 307.02º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D678CB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 203 -
CMYK 0 0.44 0.05 0.16
HSL 307.02º 0.53% 0.65% -
HSV(B) 307.02º 0.44% 0.84% -
XYZ 45.23 32.04 60.3 -
YUV 157.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 214 120 203 0 0.44 0.05 0.16 307.02 0.53 0.65
Hex D6 78 CB 0 2C 5 10 133 35 41
Octal 326 170 313 0 54 5 20 463 65 101
Binary 11010110 1111000 11001011 0 101100 101 10000 100110011 110101 1000001

Color Harmonies of #D678CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678CB

Black with #D678CB

Text Example


Text Example

White with #D678CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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