Html Css Color HEX #DA89CB Orchid

📋 copy color: '#DA89CB'

red 218 ◦ green 137 ◦ blue 203

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

Shades of Orchid #DA89CB

Tints of Orchid #DA89CB

RGB

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

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

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

R = 39.07%
G = 24.55%
B = 36.38%

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

#DA89CB (or 0xDA89CB) is known color: Orchid. HEX triplet: DA, 89 and CB. RGB value is (218,137,203). Sum of RGB (Red+Green+Blue) = 218+137+203=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89CB is #257634. Grayscale: #A8A8A8. Windows color (decimal): -2455093 or 13339098. OLE color: 13339098.

HSL color Cylindrical-coordinate representation of color #DA89CB: hue angle of 311.11º 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 #DA89CB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 203 -
CMYK 0 0.37 0.07 0.15
HSL 311.11º 0.52% 0.7% -
HSV(B) 311.11º 0.37% 0.85% -
XYZ 48.64 37.11 61.1 -
YUV 168.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 218 137 203 0 0.37 0.07 0.15 311.11 0.52 0.7
Hex DA 89 CB 0 25 7 F 137 34 46
Octal 332 211 313 0 45 7 17 467 64 106
Binary 11011010 10001001 11001011 0 100101 111 1111 100110111 110100 1000110

Color Harmonies of #DA89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89CB

Black with #DA89CB

Text Example


Text Example

White with #DA89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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