Html Css Color HEX #DC6CDD Orchid

📋 copy color: '#DC6CDD'

red 220 ◦ green 108 ◦ blue 221

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

Shades of Orchid #DC6CDD

Tints of Orchid #DC6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.67%

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

R = 40.07%
G = 19.67%
B = 40.26%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC6CDD (or 0xDC6CDD) is known color: Orchid. HEX triplet: DC, 6C and DD. RGB value is (220,108,221). Sum of RGB (Red+Green+Blue) = 220+108+221=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDD is #239322. Grayscale: #9A9A9A. Windows color (decimal): -2331427 or 14511324. OLE color: 14511324.

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

Color convert

RGB 220 108 221 -
CMYK 0.00 0.51 0 0.13
HSL 299.47º 0.62% 0.65% -
HSV(B) 299.47º 0.51% 0.87% -
XYZ 47.93 31.16 71.9 -
YUV 154.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 220 108 221 0.00 0.51 0 0.13 299.47 0.62 0.65
Hex DC 6C DD 0 33 0 D 12B 3E 41
Octal 334 154 335 0 63 0 15 453 76 101
Binary 11011100 1101100 11011101 0 110011 0 1101 100101011 111110 1000001

Color Harmonies of #DC6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CDD

Black with #DC6CDD

Text Example


Text Example

White with #DC6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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