Html Css Color HEX #DC6CC7 Orchid

📋 copy color: '#DC6CC7'

red 220 ◦ green 108 ◦ blue 199

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

Shades of Orchid #DC6CC7

Tints of Orchid #DC6CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 41.75%
G = 20.49%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC6CC7 (or 0xDC6CC7) is known color: Orchid. HEX triplet: DC, 6C and C7. RGB value is (220,108,199). Sum of RGB (Red+Green+Blue) = 220+108+199=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC7 is #239338. Grayscale: #979797. Windows color (decimal): -2331449 or 13069532. OLE color: 13069532.

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

Color convert

RGB 220 108 199 -
CMYK 0 0.51 0.10 0.14
HSL 311.25º 0.62% 0.64% -
HSV(B) 311.25º 0.51% 0.86% -
XYZ 45.19 30.06 57.45 -
YUV 151.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 220 108 199 0 0.51 0.10 0.14 311.25 0.62 0.64
Hex DC 6C C7 0 33 A E 137 3E 40
Octal 334 154 307 0 63 12 16 467 76 100
Binary 11011100 1101100 11000111 0 110011 1010 1110 100110111 111110 1000000

Color Harmonies of #DC6CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CC7

Black with #DC6CC7

Text Example


Text Example

White with #DC6CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CC7; }

 p { color: rgb(220,108,199); }

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

background-color css

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

 a { background-color: rgb(220,108,199); }

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

border-color css

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

 span { border-color: rgb(220,108,199); }

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