Html Css Color HEX #DA85C6 Orchid

📋 copy color: '#DA85C6'

red 218 ◦ green 133 ◦ blue 198

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

Shades of Orchid #DA85C6

Tints of Orchid #DA85C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 39.71%
G = 24.23%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA85C6 (or 0xDA85C6) is known color: Orchid. HEX triplet: DA, 85 and C6. RGB value is (218,133,198). Sum of RGB (Red+Green+Blue) = 218+133+198=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85C6 is #257A39. Grayscale: #A5A5A5. Windows color (decimal): -2456122 or 13010394. OLE color: 13010394.

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

Color convert

RGB 218 133 198 -
CMYK 0 0.39 0.09 0.15
HSL 314.12º 0.53% 0.69% -
HSV(B) 314.12º 0.39% 0.85% -
XYZ 47.49 35.76 57.82 -
YUV 165.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 218 133 198 0 0.39 0.09 0.15 314.12 0.53 0.69
Hex DA 85 C6 0 27 9 F 13A 35 45
Octal 332 205 306 0 47 11 17 472 65 105
Binary 11011010 10000101 11000110 0 100111 1001 1111 100111010 110101 1000101

Color Harmonies of #DA85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85C6

Black with #DA85C6

Text Example


Text Example

White with #DA85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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