Html Css Color HEX #DC67DA Orchid

📋 copy color: '#DC67DA'

red 220 ◦ green 103 ◦ blue 218

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

Shades of Orchid #DC67DA

Tints of Orchid #DC67DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 40.67%
G = 19.04%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC67DA (or 0xDC67DA) is known color: Orchid. HEX triplet: DC, 67 and DA. RGB value is (220,103,218). Sum of RGB (Red+Green+Blue) = 220+103+218=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DA is #239825. Grayscale: #969696. Windows color (decimal): -2332710 or 14313436. OLE color: 14313436.

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

Color convert

RGB 220 103 218 -
CMYK 0 0.53 0.01 0.14
HSL 301.03º 0.63% 0.63% -
HSV(B) 301.03º 0.53% 0.86% -
XYZ 47.02 29.98 69.64 -
YUV 151.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 220 103 218 0 0.53 0.01 0.14 301.03 0.63 0.63
Hex DC 67 DA 0 35 1 E 12D 3F 3F
Octal 334 147 332 0 65 1 16 455 77 77
Binary 11011100 1100111 11011010 0 110101 1 1110 100101101 111111 111111

Color Harmonies of #DC67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67DA

Black with #DC67DA

Text Example


Text Example

White with #DC67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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