Html Css Color HEX #DA7BCB Orchid

📋 copy color: '#DA7BCB'

red 218 ◦ green 123 ◦ blue 203

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

Shades of Orchid #DA7BCB

Tints of Orchid #DA7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.61%

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

R = 40.07%
G = 22.61%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA7BCB (or 0xDA7BCB) is known color: Orchid. HEX triplet: DA, 7B and CB. RGB value is (218,123,203). Sum of RGB (Red+Green+Blue) = 218+123+203=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BCB is #258434. Grayscale: #A0A0A0. Windows color (decimal): -2458677 or 13335514. OLE color: 13335514.

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

Color convert

RGB 218 123 203 -
CMYK 0 0.44 0.07 0.15
HSL 309.47º 0.56% 0.67% -
HSV(B) 309.47º 0.44% 0.85% -
XYZ 46.78 33.38 60.48 -
YUV 160.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 218 123 203 0 0.44 0.07 0.15 309.47 0.56 0.67
Hex DA 7B CB 0 2C 7 F 135 38 43
Octal 332 173 313 0 54 7 17 465 70 103
Binary 11011010 1111011 11001011 0 101100 111 1111 100110101 111000 1000011

Color Harmonies of #DA7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BCB

Black with #DA7BCB

Text Example


Text Example

White with #DA7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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