Html Css Color HEX #DA88D3 Orchid

📋 copy color: '#DA88D3'

red 218 ◦ green 136 ◦ blue 211

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

Shades of Orchid #DA88D3

Tints of Orchid #DA88D3

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.07%

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 38.58%
G = 24.07%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA88D3 (or 0xDA88D3) is known color: Orchid. HEX triplet: DA, 88 and D3. RGB value is (218,136,211). Sum of RGB (Red+Green+Blue) = 218+136+211=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D3 is #25772C. Grayscale: #A8A8A8. Windows color (decimal): -2455341 or 13863130. OLE color: 13863130.

HSL color Cylindrical-coordinate representation of color #DA88D3: hue angle of 305.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88D3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 211 -
CMYK 0 0.38 0.03 0.15
HSL 305.12º 0.53% 0.69% -
HSV(B) 305.12º 0.38% 0.85% -
XYZ 49.48 37.22 66.2 -
YUV 169.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 218 136 211 0 0.38 0.03 0.15 305.12 0.53 0.69
Hex DA 88 D3 0 26 3 F 131 35 45
Octal 332 210 323 0 46 3 17 461 65 105
Binary 11011010 10001000 11010011 0 100110 11 1111 100110001 110101 1000101

Color Harmonies of #DA88D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88D3

Black with #DA88D3

Text Example


Text Example

White with #DA88D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88D3; }

 p { color: rgb(218,136,211); }

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

background-color css

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

 a { background-color: rgb(218,136,211); }

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

border-color css

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

 span { border-color: rgb(218,136,211); }

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