Html Css Color HEX #DC69CE Orchid

📋 copy color: '#DC69CE'

red 220 ◦ green 105 ◦ blue 206

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

Shades of Orchid #DC69CE

Tints of Orchid #DC69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 41.43%
G = 19.77%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC69CE (or 0xDC69CE) is known color: Orchid. HEX triplet: DC, 69 and CE. RGB value is (220,105,206). Sum of RGB (Red+Green+Blue) = 220+105+206=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69CE is #239631. Grayscale: #969696. Windows color (decimal): -2332210 or 13527516. OLE color: 13527516.

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

Color convert

RGB 220 105 206 -
CMYK 0 0.52 0.06 0.14
HSL 307.3º 0.62% 0.64% -
HSV(B) 307.3º 0.52% 0.86% -
XYZ 45.71 29.78 61.73 -
YUV 150.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 220 105 206 0 0.52 0.06 0.14 307.3 0.62 0.64
Hex DC 69 CE 0 34 6 E 133 3E 40
Octal 334 151 316 0 64 6 16 463 76 100
Binary 11011100 1101001 11001110 0 110100 110 1110 100110011 111110 1000000

Color Harmonies of #DC69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69CE

Black with #DC69CE

Text Example


Text Example

White with #DC69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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