Html Css Color HEX #DA85CE Orchid

📋 copy color: '#DA85CE'

red 218 ◦ green 133 ◦ blue 206

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

Shades of Orchid #DA85CE

Tints of Orchid #DA85CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.88%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 39.14%
G = 23.88%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA85CE (or 0xDA85CE) is known color: Orchid. HEX triplet: DA, 85 and CE. RGB value is (218,133,206). Sum of RGB (Red+Green+Blue) = 218+133+206=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CE is #257A31. Grayscale: #A6A6A6. Windows color (decimal): -2456114 or 13534682. OLE color: 13534682.

HSL color Cylindrical-coordinate representation of color #DA85CE: hue angle of 308.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85CE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 206 -
CMYK 0 0.39 0.06 0.15
HSL 308.47º 0.53% 0.69% -
HSV(B) 308.47º 0.39% 0.85% -
XYZ 48.44 36.14 62.81 -
YUV 166.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 218 133 206 0 0.39 0.06 0.15 308.47 0.53 0.69
Hex DA 85 CE 0 27 6 F 134 35 45
Octal 332 205 316 0 47 6 17 464 65 105
Binary 11011010 10000101 11001110 0 100111 110 1111 100110100 110101 1000101

Color Harmonies of #DA85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85CE

Black with #DA85CE

Text Example


Text Example

White with #DA85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85CE; }

 p { color: rgb(218,133,206); }

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

background-color css

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

 a { background-color: rgb(218,133,206); }

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

border-color css

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

 span { border-color: rgb(218,133,206); }

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