Html Css Color HEX #DC67DC Orchid

📋 copy color: '#DC67DC'

red 220 ◦ green 103 ◦ blue 220

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

Shades of Orchid #DC67DC

Tints of Orchid #DC67DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 40.52%
G = 18.97%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC67DC (or 0xDC67DC) is known color: Orchid. HEX triplet: DC, 67 and DC. RGB value is (220,103,220). Sum of RGB (Red+Green+Blue) = 220+103+220=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DC is #239823. Grayscale: #969696. Windows color (decimal): -2332708 or 14444508. OLE color: 14444508.

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

Color convert

RGB 220 103 220 -
CMYK 0 0.53 0 0.14
HSL 300º 0.63% 0.63% -
HSV(B) 300º 0.53% 0.86% -
XYZ 47.28 30.08 71.02 -
YUV 151.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 220 103 220 0 0.53 0 0.14 300 0.63 0.63
Hex DC 67 DC 0 35 0 E 12C 3F 3F
Octal 334 147 334 0 65 0 16 454 77 77
Binary 11011100 1100111 11011100 0 110101 0 1110 100101100 111111 111111

Color Harmonies of #DC67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67DC

Black with #DC67DC

Text Example


Text Example

White with #DC67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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