Html Css Color HEX #DC6CCA Orchid

📋 copy color: '#DC6CCA'

red 220 ◦ green 108 ◦ blue 202

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

Shades of Orchid #DC6CCA

Tints of Orchid #DC6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 41.51%
G = 20.38%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6CCA (or 0xDC6CCA) is known color: Orchid. HEX triplet: DC, 6C and CA. RGB value is (220,108,202). Sum of RGB (Red+Green+Blue) = 220+108+202=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CCA is #239335. Grayscale: #979797. Windows color (decimal): -2331446 or 13266140. OLE color: 13266140.

HSL color Cylindrical-coordinate representation of color #DC6CCA: hue angle of 309.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CCA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 202 -
CMYK 0 0.51 0.08 0.14
HSL 309.64º 0.62% 0.64% -
HSV(B) 309.64º 0.51% 0.86% -
XYZ 45.54 30.21 59.31 -
YUV 152.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 220 108 202 0 0.51 0.08 0.14 309.64 0.62 0.64
Hex DC 6C CA 0 33 8 E 136 3E 40
Octal 334 154 312 0 63 10 16 466 76 100
Binary 11011100 1101100 11001010 0 110011 1000 1110 100110110 111110 1000000

Color Harmonies of #DC6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CCA

Black with #DC6CCA

Text Example


Text Example

White with #DC6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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