Html Css Color HEX #DC6BBA Orchid

📋 copy color: '#DC6BBA'

red 220 ◦ green 107 ◦ blue 186

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

Shades of Orchid #DC6BBA

Tints of Orchid #DC6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 42.88%
G = 20.86%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC6BBA (or 0xDC6BBA) is known color: Orchid. HEX triplet: DC, 6B and BA. RGB value is (220,107,186). Sum of RGB (Red+Green+Blue) = 220+107+186=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BBA is #239445. Grayscale: #959595. Windows color (decimal): -2331718 or 12217308. OLE color: 12217308.

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

Color convert

RGB 220 107 186 -
CMYK 0 0.51 0.15 0.14
HSL 318.05º 0.62% 0.64% -
HSV(B) 318.05º 0.51% 0.86% -
XYZ 43.64 29.28 49.81 -
YUV 149.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 220 107 186 0 0.51 0.15 0.14 318.05 0.62 0.64
Hex DC 6B BA 0 33 F E 13E 3E 40
Octal 334 153 272 0 63 17 16 476 76 100
Binary 11011100 1101011 10111010 0 110011 1111 1110 100111110 111110 1000000

Color Harmonies of #DC6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BBA

Black with #DC6BBA

Text Example


Text Example

White with #DC6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BBA; }

 p { color: rgb(220,107,186); }

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

background-color css

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

 a { background-color: rgb(220,107,186); }

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

border-color css

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

 span { border-color: rgb(220,107,186); }

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