Html Css Color HEX #DC67DD Orchid

📋 copy color: '#DC67DD'

red 220 ◦ green 103 ◦ blue 221

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

Shades of Orchid #DC67DD

Tints of Orchid #DC67DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 40.44%
G = 18.93%
B = 40.63%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC67DD (or 0xDC67DD) is known color: Orchid. HEX triplet: DC, 67 and DD. RGB value is (220,103,221). Sum of RGB (Red+Green+Blue) = 220+103+221=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DD is #239822. Grayscale: #979797. Windows color (decimal): -2332707 or 14510044. OLE color: 14510044.

HSL color Cylindrical-coordinate representation of color #DC67DD: hue angle of 299.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67DD is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 103 221 -
CMYK 0.00 0.53 0 0.13
HSL 299.49º 0.63% 0.64% -
HSV(B) 299.49º 0.53% 0.87% -
XYZ 47.42 30.14 71.72 -
YUV 151.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 220 103 221 0.00 0.53 0 0.13 299.49 0.63 0.64
Hex DC 67 DD 0 35 0 D 12B 3F 40
Octal 334 147 335 0 65 0 15 453 77 100
Binary 11011100 1100111 11011101 0 110101 0 1101 100101011 111111 1000000

Color Harmonies of #DC67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67DD

Black with #DC67DD

Text Example


Text Example

White with #DC67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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