Html Css Color HEX #DA83CA Orchid

📋 copy color: '#DA83CA'

red 218 ◦ green 131 ◦ blue 202

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

Shades of Orchid #DA83CA

Tints of Orchid #DA83CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.77%

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

R = 39.56%
G = 23.77%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA83CA (or 0xDA83CA) is known color: Orchid. HEX triplet: DA, 83 and CA. RGB value is (218,131,202). Sum of RGB (Red+Green+Blue) = 218+131+202=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83CA is #257C35. Grayscale: #A4A4A4. Windows color (decimal): -2456630 or 13272026. OLE color: 13272026.

HSL color Cylindrical-coordinate representation of color #DA83CA: hue angle of 311.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83CA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 202 -
CMYK 0 0.40 0.07 0.15
HSL 311.03º 0.54% 0.68% -
HSV(B) 311.03º 0.4% 0.85% -
XYZ 47.69 35.4 60.2 -
YUV 165.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 218 131 202 0 0.40 0.07 0.15 311.03 0.54 0.68
Hex DA 83 CA 0 28 7 F 137 36 44
Octal 332 203 312 0 50 7 17 467 66 104
Binary 11011010 10000011 11001010 0 101000 111 1111 100110111 110110 1000100

Color Harmonies of #DA83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83CA

Black with #DA83CA

Text Example


Text Example

White with #DA83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83CA; }

 p { color: rgb(218,131,202); }

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

background-color css

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

 a { background-color: rgb(218,131,202); }

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

border-color css

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

 span { border-color: rgb(218,131,202); }

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