Html Css Color HEX #DC83CC Orchid

📋 copy color: '#DC83CC'

red 220 ◦ green 131 ◦ blue 204

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

Shades of Orchid #DC83CC

Tints of Orchid #DC83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 39.64%
G = 23.6%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC83CC (or 0xDC83CC) is known color: Orchid. HEX triplet: DC, 83 and CC. RGB value is (220,131,204). Sum of RGB (Red+Green+Blue) = 220+131+204=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CC is #237C33. Grayscale: #A5A5A5. Windows color (decimal): -2325556 or 13403100. OLE color: 13403100.

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

Color convert

RGB 220 131 204 -
CMYK 0 0.40 0.07 0.14
HSL 310.79º 0.56% 0.69% -
HSV(B) 310.79º 0.4% 0.86% -
XYZ 48.53 35.81 61.48 -
YUV 165.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 220 131 204 0 0.40 0.07 0.14 310.79 0.56 0.69
Hex DC 83 CC 0 28 7 E 137 38 45
Octal 334 203 314 0 50 7 16 467 70 105
Binary 11011100 10000011 11001100 0 101000 111 1110 100110111 111000 1000101

Color Harmonies of #DC83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83CC

Black with #DC83CC

Text Example


Text Example

White with #DC83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83CC; }

 p { color: rgb(220,131,204); }

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

background-color css

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

 a { background-color: rgb(220,131,204); }

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

border-color css

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

 span { border-color: rgb(220,131,204); }

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