Html Css Color HEX #DA6ACB Orchid

📋 copy color: '#DA6ACB'

red 218 ◦ green 106 ◦ blue 203

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

Shades of Orchid #DA6ACB

Tints of Orchid #DA6ACB

RGB

 RED value IS 218 (85.55% from 255) = 41.37%

 GREEN value IS 106 (41.8% from 255) = 20.11%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 41.37%
G = 20.11%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6ACB (or 0xDA6ACB) is known color: Orchid. HEX triplet: DA, 6A and CB. RGB value is (218,106,203). Sum of RGB (Red+Green+Blue) = 218+106+203=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACB is #259534. Grayscale: #969696. Windows color (decimal): -2463029 or 13331162. OLE color: 13331162.

HSL color Cylindrical-coordinate representation of color #DA6ACB: hue angle of 308.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6ACB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 203 -
CMYK 0 0.51 0.07 0.15
HSL 308.04º 0.6% 0.64% -
HSV(B) 308.04º 0.51% 0.85% -
XYZ 44.85 29.53 59.84 -
YUV 150.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 218 106 203 0 0.51 0.07 0.15 308.04 0.6 0.64
Hex DA 6A CB 0 33 7 F 134 3C 40
Octal 332 152 313 0 63 7 17 464 74 100
Binary 11011010 1101010 11001011 0 110011 111 1111 100110100 111100 1000000

Color Harmonies of #DA6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ACB

Black with #DA6ACB

Text Example


Text Example

White with #DA6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ACB; }

 p { color: rgb(218,106,203); }

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

background-color css

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

 a { background-color: rgb(218,106,203); }

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

border-color css

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

 span { border-color: rgb(218,106,203); }

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