Html Css Color HEX #DC67E2 Orchid

📋 copy color: '#DC67E2'

red 220 ◦ green 103 ◦ blue 226

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

Shades of Orchid #DC67E2

Tints of Orchid #DC67E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.17%

R = 40.07%
G = 18.76%
B = 41.17%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC67E2 (or 0xDC67E2) is known color: Orchid. HEX triplet: DC, 67 and E2. RGB value is (220,103,226). Sum of RGB (Red+Green+Blue) = 220+103+226=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC67E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67E2 is #23981D. Grayscale: #979797. Windows color (decimal): -2332702 or 14837724. OLE color: 14837724.

HSL color Cylindrical-coordinate representation of color #DC67E2: hue angle of 297.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC67E2 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 103 226 -
CMYK 0.03 0.54 0 0.11
HSL 297.07º 0.68% 0.65% -
HSV(B) 297.07º 0.54% 0.89% -
XYZ 48.09 30.41 75.29 -
YUV 152.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 220 103 226 0.03 0.54 0 0.11 297.07 0.68 0.65
Hex DC 67 E2 3 36 0 B 129 44 41
Octal 334 147 342 3 66 0 13 451 104 101
Binary 11011100 1100111 11100010 11 110110 0 1011 100101001 1000100 1000001

Color Harmonies of #DC67E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67E2

Black with #DC67E2

Text Example


Text Example

White with #DC67E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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