Html Css Color HEX #DA7BCF Orchid

📋 copy color: '#DA7BCF'

red 218 ◦ green 123 ◦ blue 207

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

Shades of Orchid #DA7BCF

Tints of Orchid #DA7BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 39.78%
G = 22.45%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA7BCF (or 0xDA7BCF) is known color: Orchid. HEX triplet: DA, 7B and CF. RGB value is (218,123,207). Sum of RGB (Red+Green+Blue) = 218+123+207=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BCF is #258430. Grayscale: #A0A0A0. Windows color (decimal): -2458673 or 13597658. OLE color: 13597658.

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

Color convert

RGB 218 123 207 -
CMYK 0 0.44 0.05 0.15
HSL 306.95º 0.56% 0.67% -
HSV(B) 306.95º 0.44% 0.85% -
XYZ 47.26 33.58 63.02 -
YUV 160.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 218 123 207 0 0.44 0.05 0.15 306.95 0.56 0.67
Hex DA 7B CF 0 2C 5 F 133 38 43
Octal 332 173 317 0 54 5 17 463 70 103
Binary 11011010 1111011 11001111 0 101100 101 1111 100110011 111000 1000011

Color Harmonies of #DA7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BCF

Black with #DA7BCF

Text Example


Text Example

White with #DA7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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