Html Css Color HEX #D673CC Orchid

📋 copy color: '#D673CC'

red 214 ◦ green 115 ◦ blue 204

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

Shades of Orchid #D673CC

Tints of Orchid #D673CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.58%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 40.15%
G = 21.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D673CC (or 0xD673CC) is known color: Orchid. HEX triplet: D6, 73 and CC. RGB value is (214,115,204). Sum of RGB (Red+Green+Blue) = 214+115+204=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D673CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673CC is #298C33. Grayscale: #9A9A9A. Windows color (decimal): -2722868 or 13398998. OLE color: 13398998.

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

Color convert

RGB 214 115 204 -
CMYK 0 0.46 0.05 0.16
HSL 306.06º 0.55% 0.65% -
HSV(B) 306.06º 0.46% 0.84% -
XYZ 44.76 30.92 60.74 -
YUV 154.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 214 115 204 0 0.46 0.05 0.16 306.06 0.55 0.65
Hex D6 73 CC 0 2E 5 10 132 37 41
Octal 326 163 314 0 56 5 20 462 67 101
Binary 11010110 1110011 11001100 0 101110 101 10000 100110010 110111 1000001

Color Harmonies of #D673CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673CC

Black with #D673CC

Text Example


Text Example

White with #D673CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673CC; }

 p { color: rgb(214,115,204); }

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

background-color css

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

 a { background-color: rgb(214,115,204); }

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

border-color css

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

 span { border-color: rgb(214,115,204); }

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