Html Css Color HEX #DA85CA Orchid

📋 copy color: '#DA85CA'

red 218 ◦ green 133 ◦ blue 202

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

Shades of Orchid #DA85CA

Tints of Orchid #DA85CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 39.42%
G = 24.05%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA85CA (or 0xDA85CA) is known color: Orchid. HEX triplet: DA, 85 and CA. RGB value is (218,133,202). Sum of RGB (Red+Green+Blue) = 218+133+202=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CA is #257A35. Grayscale: #A6A6A6. Windows color (decimal): -2456118 or 13272538. OLE color: 13272538.

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

Color convert

RGB 218 133 202 -
CMYK 0 0.39 0.07 0.15
HSL 311.29º 0.53% 0.69% -
HSV(B) 311.29º 0.39% 0.85% -
XYZ 47.96 35.94 60.29 -
YUV 166.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 218 133 202 0 0.39 0.07 0.15 311.29 0.53 0.69
Hex DA 85 CA 0 27 7 F 137 35 45
Octal 332 205 312 0 47 7 17 467 65 105
Binary 11011010 10000101 11001010 0 100111 111 1111 100110111 110101 1000101

Color Harmonies of #DA85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85CA

Black with #DA85CA

Text Example


Text Example

White with #DA85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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