Html Css Color HEX #DC68C7 Orchid

📋 copy color: '#DC68C7'

red 220 ◦ green 104 ◦ blue 199

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

Shades of Orchid #DC68C7

Tints of Orchid #DC68C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 42.07%
G = 19.89%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC68C7 (or 0xDC68C7) is known color: Orchid. HEX triplet: DC, 68 and C7. RGB value is (220,104,199). Sum of RGB (Red+Green+Blue) = 220+104+199=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68C7 is #239738. Grayscale: #959595. Windows color (decimal): -2332473 or 13068508. OLE color: 13068508.

HSL color Cylindrical-coordinate representation of color #DC68C7: hue angle of 310.86º 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 #DC68C7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 199 -
CMYK 0 0.53 0.10 0.14
HSL 310.86º 0.62% 0.64% -
HSV(B) 310.86º 0.53% 0.86% -
XYZ 44.77 29.24 57.32 -
YUV 149.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 220 104 199 0 0.53 0.10 0.14 310.86 0.62 0.64
Hex DC 68 C7 0 35 A E 137 3E 40
Octal 334 150 307 0 65 12 16 467 76 100
Binary 11011100 1101000 11000111 0 110101 1010 1110 100110111 111110 1000000

Color Harmonies of #DC68C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68C7

Black with #DC68C7

Text Example


Text Example

White with #DC68C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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