Html Css Color HEX #DA6CCA Orchid

📋 copy color: '#DA6CCA'

red 218 ◦ green 108 ◦ blue 202

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

Shades of Orchid #DA6CCA

Tints of Orchid #DA6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

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

R = 41.29%
G = 20.45%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6CCA (or 0xDA6CCA) is known color: Orchid. HEX triplet: DA, 6C and CA. RGB value is (218,108,202). Sum of RGB (Red+Green+Blue) = 218+108+202=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CCA is #259335. Grayscale: #979797. Windows color (decimal): -2462518 or 13266138. OLE color: 13266138.

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

Color convert

RGB 218 108 202 -
CMYK 0 0.50 0.07 0.15
HSL 308.73º 0.6% 0.64% -
HSV(B) 308.73º 0.5% 0.85% -
XYZ 44.94 29.89 59.28 -
YUV 151.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 218 108 202 0 0.50 0.07 0.15 308.73 0.6 0.64
Hex DA 6C CA 0 32 7 F 135 3C 40
Octal 332 154 312 0 62 7 17 465 74 100
Binary 11011010 1101100 11001010 0 110010 111 1111 100110101 111100 1000000

Color Harmonies of #DA6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CCA

Black with #DA6CCA

Text Example


Text Example

White with #DA6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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