Html Css Color HEX #DC68C4 Orchid

📋 copy color: '#DC68C4'

red 220 ◦ green 104 ◦ blue 196

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

Shades of Orchid #DC68C4

Tints of Orchid #DC68C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 42.31%
G = 20%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC68C4 (or 0xDC68C4) is known color: Orchid. HEX triplet: DC, 68 and C4. RGB value is (220,104,196). Sum of RGB (Red+Green+Blue) = 220+104+196=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68C4 is #23973B. Grayscale: #949494. Windows color (decimal): -2332476 or 12871900. OLE color: 12871900.

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

Color convert

RGB 220 104 196 -
CMYK 0 0.53 0.11 0.14
HSL 312.41º 0.62% 0.64% -
HSV(B) 312.41º 0.53% 0.86% -
XYZ 44.43 29.1 55.5 -
YUV 149.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 220 104 196 0 0.53 0.11 0.14 312.41 0.62 0.64
Hex DC 68 C4 0 35 B E 138 3E 40
Octal 334 150 304 0 65 13 16 470 76 100
Binary 11011100 1101000 11000100 0 110101 1011 1110 100111000 111110 1000000

Color Harmonies of #DC68C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68C4

Black with #DC68C4

Text Example


Text Example

White with #DC68C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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