Html Css Color HEX #DC84CB Orchid

📋 copy color: '#DC84CB'

red 220 ◦ green 132 ◦ blue 203

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

Shades of Orchid #DC84CB

Tints of Orchid #DC84CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 39.64%
G = 23.78%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC84CB (or 0xDC84CB) is known color: Orchid. HEX triplet: DC, 84 and CB. RGB value is (220,132,203). Sum of RGB (Red+Green+Blue) = 220+132+203=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CB is #237B34. Grayscale: #A6A6A6. Windows color (decimal): -2325301 or 13337820. OLE color: 13337820.

HSL color Cylindrical-coordinate representation of color #DC84CB: hue angle of 311.59º 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 #DC84CB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 203 -
CMYK 0 0.40 0.08 0.14
HSL 311.59º 0.56% 0.69% -
HSV(B) 311.59º 0.4% 0.86% -
XYZ 48.55 36.03 60.9 -
YUV 166.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 220 132 203 0 0.40 0.08 0.14 311.59 0.56 0.69
Hex DC 84 CB 0 28 8 E 138 38 45
Octal 334 204 313 0 50 10 16 470 70 105
Binary 11011100 10000100 11001011 0 101000 1000 1110 100111000 111000 1000101

Color Harmonies of #DC84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84CB

Black with #DC84CB

Text Example


Text Example

White with #DC84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84CB; }

 p { color: rgb(220,132,203); }

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

background-color css

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

 a { background-color: rgb(220,132,203); }

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

border-color css

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

 span { border-color: rgb(220,132,203); }

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