Html Css Color HEX #DA7CC4 Orchid

📋 copy color: '#DA7CC4'

red 218 ◦ green 124 ◦ blue 196

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

Shades of Orchid #DA7CC4

Tints of Orchid #DA7CC4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 40.52%
G = 23.05%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA7CC4 (or 0xDA7CC4) is known color: Orchid. HEX triplet: DA, 7C and C4. RGB value is (218,124,196). Sum of RGB (Red+Green+Blue) = 218+124+196=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CC4 is #25833B. Grayscale: #A0A0A0. Windows color (decimal): -2458428 or 12877018. OLE color: 12877018.

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

Color convert

RGB 218 124 196 -
CMYK 0 0.43 0.10 0.15
HSL 314.04º 0.56% 0.67% -
HSV(B) 314.04º 0.43% 0.85% -
XYZ 46.08 33.31 56.22 -
YUV 160.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 218 124 196 0 0.43 0.10 0.15 314.04 0.56 0.67
Hex DA 7C C4 0 2B A F 13A 38 43
Octal 332 174 304 0 53 12 17 472 70 103
Binary 11011010 1111100 11000100 0 101011 1010 1111 100111010 111000 1000011

Color Harmonies of #DA7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CC4

Black with #DA7CC4

Text Example


Text Example

White with #DA7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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