Html Css Color HEX #DA7BCD Orchid

📋 copy color: '#DA7BCD'

red 218 ◦ green 123 ◦ blue 205

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

Shades of Orchid #DA7BCD

Tints of Orchid #DA7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 39.93%
G = 22.53%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA7BCD (or 0xDA7BCD) is known color: Orchid. HEX triplet: DA, 7B and CD. RGB value is (218,123,205). Sum of RGB (Red+Green+Blue) = 218+123+205=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BCD is #258432. Grayscale: #A0A0A0. Windows color (decimal): -2458675 or 13466586. OLE color: 13466586.

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

Color convert

RGB 218 123 205 -
CMYK 0 0.44 0.06 0.15
HSL 308.21º 0.56% 0.67% -
HSV(B) 308.21º 0.44% 0.85% -
XYZ 47.02 33.48 61.74 -
YUV 160.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 218 123 205 0 0.44 0.06 0.15 308.21 0.56 0.67
Hex DA 7B CD 0 2C 6 F 134 38 43
Octal 332 173 315 0 54 6 17 464 70 103
Binary 11011010 1111011 11001101 0 101100 110 1111 100110100 111000 1000011

Color Harmonies of #DA7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BCD

Black with #DA7BCD

Text Example


Text Example

White with #DA7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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