Html Css Color HEX #DC69C8 Orchid

📋 copy color: '#DC69C8'

red 220 ◦ green 105 ◦ blue 200

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

Shades of Orchid #DC69C8

Tints of Orchid #DC69C8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20%

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 41.9%
G = 20%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC69C8 (or 0xDC69C8) is known color: Orchid. HEX triplet: DC, 69 and C8. RGB value is (220,105,200). Sum of RGB (Red+Green+Blue) = 220+105+200=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C8 is #239637. Grayscale: #959595. Windows color (decimal): -2332216 or 13134300. OLE color: 13134300.

HSL color Cylindrical-coordinate representation of color #DC69C8: hue angle of 310.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69C8 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 200 -
CMYK 0 0.52 0.09 0.14
HSL 310.43º 0.62% 0.64% -
HSV(B) 310.43º 0.52% 0.86% -
XYZ 44.99 29.49 57.96 -
YUV 150.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 220 105 200 0 0.52 0.09 0.14 310.43 0.62 0.64
Hex DC 69 C8 0 34 9 E 136 3E 40
Octal 334 151 310 0 64 11 16 466 76 100
Binary 11011100 1101001 11001000 0 110100 1001 1110 100110110 111110 1000000

Color Harmonies of #DC69C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C8

Black with #DC69C8

Text Example


Text Example

White with #DC69C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C8; }

 p { color: rgb(220,105,200); }

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

background-color css

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

 a { background-color: rgb(220,105,200); }

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

border-color css

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

 span { border-color: rgb(220,105,200); }

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