Html Css Color HEX #DC82CE Orchid

📋 copy color: '#DC82CE'

red 220 ◦ green 130 ◦ blue 206

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

Shades of Orchid #DC82CE

Tints of Orchid #DC82CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.38%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 39.57%
G = 23.38%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC82CE (or 0xDC82CE) is known color: Orchid. HEX triplet: DC, 82 and CE. RGB value is (220,130,206). Sum of RGB (Red+Green+Blue) = 220+130+206=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82CE is #237D31. Grayscale: #A5A5A5. Windows color (decimal): -2325810 or 13533916. OLE color: 13533916.

HSL color Cylindrical-coordinate representation of color #DC82CE: hue angle of 309.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82CE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 206 -
CMYK 0 0.41 0.06 0.14
HSL 309.33º 0.56% 0.69% -
HSV(B) 309.33º 0.41% 0.86% -
XYZ 48.64 35.64 62.71 -
YUV 165.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 220 130 206 0 0.41 0.06 0.14 309.33 0.56 0.69
Hex DC 82 CE 0 29 6 E 135 38 45
Octal 334 202 316 0 51 6 16 465 70 105
Binary 11011100 10000010 11001110 0 101001 110 1110 100110101 111000 1000101

Color Harmonies of #DC82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82CE

Black with #DC82CE

Text Example


Text Example

White with #DC82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82CE; }

 p { color: rgb(220,130,206); }

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

background-color css

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

 a { background-color: rgb(220,130,206); }

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

border-color css

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

 span { border-color: rgb(220,130,206); }

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