Html Css Color HEX #DC6BC9 Orchid

📋 copy color: '#DC6BC9'

red 220 ◦ green 107 ◦ blue 201

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

Shades of Orchid #DC6BC9

Tints of Orchid #DC6BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 41.67%
G = 20.27%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC6BC9 (or 0xDC6BC9) is known color: Orchid. HEX triplet: DC, 6B and C9. RGB value is (220,107,201). Sum of RGB (Red+Green+Blue) = 220+107+201=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BC9 is #239436. Grayscale: #979797. Windows color (decimal): -2331703 or 13200348. OLE color: 13200348.

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

Color convert

RGB 220 107 201 -
CMYK 0 0.51 0.09 0.14
HSL 310.09º 0.62% 0.64% -
HSV(B) 310.09º 0.51% 0.86% -
XYZ 45.32 29.95 58.65 -
YUV 151.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 220 107 201 0 0.51 0.09 0.14 310.09 0.62 0.64
Hex DC 6B C9 0 33 9 E 136 3E 40
Octal 334 153 311 0 63 11 16 466 76 100
Binary 11011100 1101011 11001001 0 110011 1001 1110 100110110 111110 1000000

Color Harmonies of #DC6BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BC9

Black with #DC6BC9

Text Example


Text Example

White with #DC6BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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