Html Css Color HEX #DC68D4 Orchid

📋 copy color: '#DC68D4'

red 220 ◦ green 104 ◦ blue 212

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

Shades of Orchid #DC68D4

Tints of Orchid #DC68D4

RGB

 RED value IS 220 (86.33% from 255) = 41.04%

 GREEN value IS 104 (41.02% from 255) = 19.4%

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 41.04%
G = 19.4%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC68D4 (or 0xDC68D4) is known color: Orchid. HEX triplet: DC, 68 and D4. RGB value is (220,104,212). Sum of RGB (Red+Green+Blue) = 220+104+212=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68D4 is #23972B. Grayscale: #969696. Windows color (decimal): -2332460 or 13920476. OLE color: 13920476.

HSL color Cylindrical-coordinate representation of color #DC68D4: hue angle of 304.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68D4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 212 -
CMYK 0 0.53 0.04 0.14
HSL 304.14º 0.62% 0.64% -
HSV(B) 304.14º 0.53% 0.86% -
XYZ 46.35 29.87 65.61 -
YUV 151 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 220 104 212 0 0.53 0.04 0.14 304.14 0.62 0.64
Hex DC 68 D4 0 35 4 E 130 3E 40
Octal 334 150 324 0 65 4 16 460 76 100
Binary 11011100 1101000 11010100 0 110101 100 1110 100110000 111110 1000000

Color Harmonies of #DC68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68D4

Black with #DC68D4

Text Example


Text Example

White with #DC68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68D4; }

 p { color: rgb(220,104,212); }

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

background-color css

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

 a { background-color: rgb(220,104,212); }

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

border-color css

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

 span { border-color: rgb(220,104,212); }

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