Html Css Color HEX #DC6BCA Orchid

📋 copy color: '#DC6BCA'

red 220 ◦ green 107 ◦ blue 202

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

Shades of Orchid #DC6BCA

Tints of Orchid #DC6BCA

RGB

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

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

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

R = 41.59%
G = 20.23%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6BCA (or 0xDC6BCA) is known color: Orchid. HEX triplet: DC, 6B and CA. RGB value is (220,107,202). Sum of RGB (Red+Green+Blue) = 220+107+202=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BCA is #239435. Grayscale: #979797. Windows color (decimal): -2331702 or 13265884. OLE color: 13265884.

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

Color convert

RGB 220 107 202 -
CMYK 0 0.51 0.08 0.14
HSL 309.56º 0.62% 0.64% -
HSV(B) 309.56º 0.51% 0.86% -
XYZ 45.43 30 59.27 -
YUV 151.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 220 107 202 0 0.51 0.08 0.14 309.56 0.62 0.64
Hex DC 6B CA 0 33 8 E 136 3E 40
Octal 334 153 312 0 63 10 16 466 76 100
Binary 11011100 1101011 11001010 0 110011 1000 1110 100110110 111110 1000000

Color Harmonies of #DC6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BCA

Black with #DC6BCA

Text Example


Text Example

White with #DC6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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