Html Css Color HEX #DA6CCB Orchid

📋 copy color: '#DA6CCB'

red 218 ◦ green 108 ◦ blue 203

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

Shades of Orchid #DA6CCB

Tints of Orchid #DA6CCB

RGB

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

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

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

R = 41.21%
G = 20.42%
B = 38.37%

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

#DA6CCB (or 0xDA6CCB) is known color: Orchid. HEX triplet: DA, 6C and CB. RGB value is (218,108,203). Sum of RGB (Red+Green+Blue) = 218+108+203=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CCB is #259334. Grayscale: #979797. Windows color (decimal): -2462517 or 13331674. OLE color: 13331674.

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

Color convert

RGB 218 108 203 -
CMYK 0 0.50 0.07 0.15
HSL 308.18º 0.6% 0.64% -
HSV(B) 308.18º 0.5% 0.85% -
XYZ 45.06 29.94 59.9 -
YUV 151.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 218 108 203 0 0.50 0.07 0.15 308.18 0.6 0.64
Hex DA 6C CB 0 32 7 F 134 3C 40
Octal 332 154 313 0 62 7 17 464 74 100
Binary 11011010 1101100 11001011 0 110010 111 1111 100110100 111100 1000000

Color Harmonies of #DA6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CCB

Black with #DA6CCB

Text Example


Text Example

White with #DA6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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