Html Css Color HEX #DA85CC Orchid

📋 copy color: '#DA85CC'

red 218 ◦ green 133 ◦ blue 204

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

Shades of Orchid #DA85CC

Tints of Orchid #DA85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 39.28%
G = 23.96%
B = 36.76%

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

#DA85CC (or 0xDA85CC) is known color: Orchid. HEX triplet: DA, 85 and CC. RGB value is (218,133,204). Sum of RGB (Red+Green+Blue) = 218+133+204=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CC is #257A33. Grayscale: #A6A6A6. Windows color (decimal): -2456116 or 13403610. OLE color: 13403610.

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

Color convert

RGB 218 133 204 -
CMYK 0 0.39 0.06 0.15
HSL 309.88º 0.53% 0.69% -
HSV(B) 309.88º 0.39% 0.85% -
XYZ 48.2 36.04 61.54 -
YUV 166.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 218 133 204 0 0.39 0.06 0.15 309.88 0.53 0.69
Hex DA 85 CC 0 27 6 F 136 35 45
Octal 332 205 314 0 47 6 17 466 65 105
Binary 11011010 10000101 11001100 0 100111 110 1111 100110110 110101 1000101

Color Harmonies of #DA85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85CC

Black with #DA85CC

Text Example


Text Example

White with #DA85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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