Html Css Color HEX #DA89CA Orchid

📋 copy color: '#DA89CA'

red 218 ◦ green 137 ◦ blue 202

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

Shades of Orchid #DA89CA

Tints of Orchid #DA89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.6%

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

R = 39.14%
G = 24.6%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA89CA (or 0xDA89CA) is known color: Orchid. HEX triplet: DA, 89 and CA. RGB value is (218,137,202). Sum of RGB (Red+Green+Blue) = 218+137+202=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89CA is #257635. Grayscale: #A8A8A8. Windows color (decimal): -2455094 or 13273562. OLE color: 13273562.

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

Color convert

RGB 218 137 202 -
CMYK 0 0.37 0.07 0.15
HSL 311.85º 0.52% 0.7% -
HSV(B) 311.85º 0.37% 0.85% -
XYZ 48.52 37.06 60.47 -
YUV 168.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 218 137 202 0 0.37 0.07 0.15 311.85 0.52 0.7
Hex DA 89 CA 0 25 7 F 138 34 46
Octal 332 211 312 0 45 7 17 470 64 106
Binary 11011010 10001001 11001010 0 100101 111 1111 100111000 110100 1000110

Color Harmonies of #DA89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89CA

Black with #DA89CA

Text Example


Text Example

White with #DA89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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