Html Css Color HEX #DC67D3 Orchid

📋 copy color: '#DC67D3'

red 220 ◦ green 103 ◦ blue 211

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

Shades of Orchid #DC67D3

Tints of Orchid #DC67D3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.29%

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 41.2%
G = 19.29%
B = 39.51%

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

#DC67D3 (or 0xDC67D3) is known color: Orchid. HEX triplet: DC, 67 and D3. RGB value is (220,103,211). Sum of RGB (Red+Green+Blue) = 220+103+211=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D3 is #23982C. Grayscale: #959595. Windows color (decimal): -2332717 or 13854684. OLE color: 13854684.

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

Color convert

RGB 220 103 211 -
CMYK 0 0.53 0.04 0.14
HSL 304.62º 0.63% 0.63% -
HSV(B) 304.62º 0.53% 0.86% -
XYZ 46.12 29.62 64.91 -
YUV 150.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 220 103 211 0 0.53 0.04 0.14 304.62 0.63 0.63
Hex DC 67 D3 0 35 4 E 131 3F 3F
Octal 334 147 323 0 65 4 16 461 77 77
Binary 11011100 1100111 11010011 0 110101 100 1110 100110001 111111 111111

Color Harmonies of #DC67D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67D3

Black with #DC67D3

Text Example


Text Example

White with #DC67D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67D3; }

 p { color: rgb(220,103,211); }

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

background-color css

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

 a { background-color: rgb(220,103,211); }

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

border-color css

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

 span { border-color: rgb(220,103,211); }

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