Html Css Color HEX #DC68CA Orchid

📋 copy color: '#DC68CA'

red 220 ◦ green 104 ◦ blue 202

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

Shades of Orchid #DC68CA

Tints of Orchid #DC68CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 41.83%
G = 19.77%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC68CA (or 0xDC68CA) is known color: Orchid. HEX triplet: DC, 68 and CA. RGB value is (220,104,202). Sum of RGB (Red+Green+Blue) = 220+104+202=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68CA is #239735. Grayscale: #959595. Windows color (decimal): -2332470 or 13265116. OLE color: 13265116.

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

Color convert

RGB 220 104 202 -
CMYK 0 0.53 0.08 0.14
HSL 309.31º 0.62% 0.64% -
HSV(B) 309.31º 0.53% 0.86% -
XYZ 45.13 29.38 59.17 -
YUV 149.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 220 104 202 0 0.53 0.08 0.14 309.31 0.62 0.64
Hex DC 68 CA 0 35 8 E 135 3E 40
Octal 334 150 312 0 65 10 16 465 76 100
Binary 11011100 1101000 11001010 0 110101 1000 1110 100110101 111110 1000000

Color Harmonies of #DC68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68CA

Black with #DC68CA

Text Example


Text Example

White with #DC68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68CA; }

 p { color: rgb(220,104,202); }

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

background-color css

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

 a { background-color: rgb(220,104,202); }

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

border-color css

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

 span { border-color: rgb(220,104,202); }

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