Html Css Color HEX #DC6CDE Orchid

📋 copy color: '#DC6CDE'

red 220 ◦ green 108 ◦ blue 222

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

Shades of Orchid #DC6CDE

Tints of Orchid #DC6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 40%
G = 19.64%
B = 40.36%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC6CDE (or 0xDC6CDE) is known color: Orchid. HEX triplet: DC, 6C and DE. RGB value is (220,108,222). Sum of RGB (Red+Green+Blue) = 220+108+222=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDE is #239321. Grayscale: #9A9A9A. Windows color (decimal): -2331426 or 14576860. OLE color: 14576860.

HSL color Cylindrical-coordinate representation of color #DC6CDE: hue angle of 298.95º degrees, saturation: 0.63, 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 #DC6CDE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 108 222 -
CMYK 0.01 0.51 0 0.13
HSL 298.95º 0.63% 0.65% -
HSV(B) 298.95º 0.51% 0.87% -
XYZ 48.06 31.21 72.6 -
YUV 154.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 220 108 222 0.01 0.51 0 0.13 298.95 0.63 0.65
Hex DC 6C DE 1 33 0 D 12B 3F 41
Octal 334 154 336 1 63 0 15 453 77 101
Binary 11011100 1101100 11011110 1 110011 0 1101 100101011 111111 1000001

Color Harmonies of #DC6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CDE

Black with #DC6CDE

Text Example


Text Example

White with #DC6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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