Html Css Color HEX #DA6BCA Orchid

📋 copy color: '#DA6BCA'

red 218 ◦ green 107 ◦ blue 202

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

Shades of Orchid #DA6BCA

Tints of Orchid #DA6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

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

R = 41.37%
G = 20.3%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6BCA (or 0xDA6BCA) is known color: Orchid. HEX triplet: DA, 6B and CA. RGB value is (218,107,202). Sum of RGB (Red+Green+Blue) = 218+107+202=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCA is #259435. Grayscale: #969696. Windows color (decimal): -2462774 or 13265882. OLE color: 13265882.

HSL color Cylindrical-coordinate representation of color #DA6BCA: hue angle of 308.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BCA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 202 -
CMYK 0 0.51 0.07 0.15
HSL 308.65º 0.6% 0.64% -
HSV(B) 308.65º 0.51% 0.85% -
XYZ 44.83 29.69 59.24 -
YUV 151.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 218 107 202 0 0.51 0.07 0.15 308.65 0.6 0.64
Hex DA 6B CA 0 33 7 F 135 3C 40
Octal 332 153 312 0 63 7 17 465 74 100
Binary 11011010 1101011 11001010 0 110011 111 1111 100110101 111100 1000000

Color Harmonies of #DA6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BCA

Black with #DA6BCA

Text Example


Text Example

White with #DA6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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