Html Css Color HEX #DA6FC4 Orchid

📋 copy color: '#DA6FC4'

red 218 ◦ green 111 ◦ blue 196

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

Shades of Orchid #DA6FC4

Tints of Orchid #DA6FC4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 41.52%
G = 21.14%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA6FC4 (or 0xDA6FC4) is known color: Orchid. HEX triplet: DA, 6F and C4. RGB value is (218,111,196). Sum of RGB (Red+Green+Blue) = 218+111+196=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC4 is #25903B. Grayscale: #989898. Windows color (decimal): -2461756 or 12873690. OLE color: 12873690.

HSL color Cylindrical-coordinate representation of color #DA6FC4: hue angle of 312.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FC4 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 196 -
CMYK 0 0.49 0.10 0.15
HSL 312.34º 0.59% 0.65% -
HSV(B) 312.34º 0.49% 0.85% -
XYZ 44.56 30.26 55.72 -
YUV 152.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 218 111 196 0 0.49 0.10 0.15 312.34 0.59 0.65
Hex DA 6F C4 0 31 A F 138 3B 41
Octal 332 157 304 0 61 12 17 470 73 101
Binary 11011010 1101111 11000100 0 110001 1010 1111 100111000 111011 1000001

Color Harmonies of #DA6FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC4

Black with #DA6FC4

Text Example


Text Example

White with #DA6FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC4; }

 p { color: rgb(218,111,196); }

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

background-color css

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

 a { background-color: rgb(218,111,196); }

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

border-color css

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

 span { border-color: rgb(218,111,196); }

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