Html Css Color HEX #DA6DCB Orchid

📋 copy color: '#DA6DCB'

red 218 ◦ green 109 ◦ blue 203

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

Shades of Orchid #DA6DCB

Tints of Orchid #DA6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.57%

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

R = 41.13%
G = 20.57%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6DCB (or 0xDA6DCB) is known color: Orchid. HEX triplet: DA, 6D and CB. RGB value is (218,109,203). Sum of RGB (Red+Green+Blue) = 218+109+203=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DCB is #259234. Grayscale: #989898. Windows color (decimal): -2462261 or 13331930. OLE color: 13331930.

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

Color convert

RGB 218 109 203 -
CMYK 0 0.5 0.07 0.15
HSL 308.26º 0.6% 0.64% -
HSV(B) 308.26º 0.5% 0.85% -
XYZ 45.16 30.15 59.94 -
YUV 152.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 218 109 203 0 0.5 0.07 0.15 308.26 0.6 0.64
Hex DA 6D CB 0 32 7 F 134 3C 40
Octal 332 155 313 0 62 7 17 464 74 100
Binary 11011010 1101101 11001011 0 110010 111 1111 100110100 111100 1000000

Color Harmonies of #DA6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DCB

Black with #DA6DCB

Text Example


Text Example

White with #DA6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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