Html Css Color HEX #DA7CE4 Orchid

📋 copy color: '#DA7CE4'

red 218 ◦ green 124 ◦ blue 228

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

Shades of Orchid #DA7CE4

Tints of Orchid #DA7CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 38.25%
G = 21.75%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA7CE4 (or 0xDA7CE4) is known color: Orchid. HEX triplet: DA, 7C and E4. RGB value is (218,124,228). Sum of RGB (Red+Green+Blue) = 218+124+228=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CE4 is #25831B. Grayscale: #A3A3A3. Windows color (decimal): -2458396 or 14974170. OLE color: 14974170.

HSL color Cylindrical-coordinate representation of color #DA7CE4: hue angle of 294.23º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7CE4 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 124 228 -
CMYK 0.04 0.46 0 0.11
HSL 294.23º 0.66% 0.69% -
HSV(B) 294.23º 0.46% 0.89% -
XYZ 50.12 34.92 77.5 -
YUV 163.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 218 124 228 0.04 0.46 0 0.11 294.23 0.66 0.69
Hex DA 7C E4 4 2E 0 B 126 42 45
Octal 332 174 344 4 56 0 13 446 102 105
Binary 11011010 1111100 11100100 100 101110 0 1011 100100110 1000010 1000101

Color Harmonies of #DA7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CE4

Black with #DA7CE4

Text Example


Text Example

White with #DA7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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