Html Css Color HEX #DA86CB Orchid

📋 copy color: '#DA86CB'

red 218 ◦ green 134 ◦ blue 203

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

Shades of Orchid #DA86CB

Tints of Orchid #DA86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.14%

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 39.28%
G = 24.14%
B = 36.58%

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

#DA86CB (or 0xDA86CB) is known color: Orchid. HEX triplet: DA, 86 and CB. RGB value is (218,134,203). Sum of RGB (Red+Green+Blue) = 218+134+203=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CB is #257934. Grayscale: #A6A6A6. Windows color (decimal): -2455861 or 13338330. OLE color: 13338330.

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

Color convert

RGB 218 134 203 -
CMYK 0 0.39 0.07 0.15
HSL 310.71º 0.53% 0.69% -
HSV(B) 310.71º 0.39% 0.85% -
XYZ 48.22 36.27 60.96 -
YUV 166.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 218 134 203 0 0.39 0.07 0.15 310.71 0.53 0.69
Hex DA 86 CB 0 27 7 F 137 35 45
Octal 332 206 313 0 47 7 17 467 65 105
Binary 11011010 10000110 11001011 0 100111 111 1111 100110111 110101 1000101

Color Harmonies of #DA86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86CB

Black with #DA86CB

Text Example


Text Example

White with #DA86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86CB; }

 p { color: rgb(218,134,203); }

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

background-color css

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

 a { background-color: rgb(218,134,203); }

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

border-color css

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

 span { border-color: rgb(218,134,203); }

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