Html Css Color HEX #DA73CB Orchid

📋 copy color: '#DA73CB'

red 218 ◦ green 115 ◦ blue 203

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

Shades of Orchid #DA73CB

Tints of Orchid #DA73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.46%

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

R = 40.67%
G = 21.46%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA73CB (or 0xDA73CB) is known color: Orchid. HEX triplet: DA, 73 and CB. RGB value is (218,115,203). Sum of RGB (Red+Green+Blue) = 218+115+203=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73CB is #258C34. Grayscale: #9B9B9B. Windows color (decimal): -2460725 or 13333466. OLE color: 13333466.

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

Color convert

RGB 218 115 203 -
CMYK 0 0.47 0.07 0.15
HSL 308.74º 0.58% 0.65% -
HSV(B) 308.74º 0.47% 0.85% -
XYZ 45.82 31.48 60.16 -
YUV 155.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 218 115 203 0 0.47 0.07 0.15 308.74 0.58 0.65
Hex DA 73 CB 0 2F 7 F 135 3A 41
Octal 332 163 313 0 57 7 17 465 72 101
Binary 11011010 1110011 11001011 0 101111 111 1111 100110101 111010 1000001

Color Harmonies of #DA73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73CB

Black with #DA73CB

Text Example


Text Example

White with #DA73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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