Html Css Color HEX #D684CC Orchid

📋 copy color: '#D684CC'

red 214 ◦ green 132 ◦ blue 204

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

Shades of Orchid #D684CC

Tints of Orchid #D684CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 38.91%
G = 24%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D684CC (or 0xD684CC) is known color: Orchid. HEX triplet: D6, 84 and CC. RGB value is (214,132,204). Sum of RGB (Red+Green+Blue) = 214+132+204=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D684CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684CC is #297B33. Grayscale: #A4A4A4. Windows color (decimal): -2718516 or 13403350. OLE color: 13403350.

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

Color convert

RGB 214 132 204 -
CMYK 0 0.38 0.05 0.16
HSL 307.32º 0.5% 0.68% -
HSV(B) 307.32º 0.38% 0.84% -
XYZ 46.88 35.16 61.44 -
YUV 164.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 214 132 204 0 0.38 0.05 0.16 307.32 0.5 0.68
Hex D6 84 CC 0 26 5 10 133 32 44
Octal 326 204 314 0 46 5 20 463 62 104
Binary 11010110 10000100 11001100 0 100110 101 10000 100110011 110010 1000100

Color Harmonies of #D684CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684CC

Black with #D684CC

Text Example


Text Example

White with #D684CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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