Html Css Color HEX #DC67D5 Orchid

📋 copy color: '#DC67D5'

red 220 ◦ green 103 ◦ blue 213

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

Shades of Orchid #DC67D5

Tints of Orchid #DC67D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 41.04%
G = 19.22%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC67D5 (or 0xDC67D5) is known color: Orchid. HEX triplet: DC, 67 and D5. RGB value is (220,103,213). Sum of RGB (Red+Green+Blue) = 220+103+213=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D5 is #23982A. Grayscale: #969696. Windows color (decimal): -2332715 or 13985756. OLE color: 13985756.

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

Color convert

RGB 220 103 213 -
CMYK 0 0.53 0.03 0.14
HSL 303.59º 0.63% 0.63% -
HSV(B) 303.59º 0.53% 0.86% -
XYZ 46.38 29.72 66.24 -
YUV 150.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 220 103 213 0 0.53 0.03 0.14 303.59 0.63 0.63
Hex DC 67 D5 0 35 3 E 130 3F 3F
Octal 334 147 325 0 65 3 16 460 77 77
Binary 11011100 1100111 11010101 0 110101 11 1110 100110000 111111 111111

Color Harmonies of #DC67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67D5

Black with #DC67D5

Text Example


Text Example

White with #DC67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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