Html Css Color HEX #D470E4 Orchid

📋 copy color: '#D470E4'

red 212 ◦ green 112 ◦ blue 228

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

Shades of Orchid #D470E4

Tints of Orchid #D470E4

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 38.41%
G = 20.29%
B = 41.3%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D470E4 (or 0xD470E4) is known color: Orchid. HEX triplet: D4, 70 and E4. RGB value is (212,112,228). Sum of RGB (Red+Green+Blue) = 212+112+228=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #D470E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470E4 is #2B8F1B. Grayscale: #9A9A9A. Windows color (decimal): -2854684 or 14971092. OLE color: 14971092.

HSL color Cylindrical-coordinate representation of color #D470E4: hue angle of 291.72º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D470E4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 112 228 -
CMYK 0.07 0.51 0 0.11
HSL 291.72º 0.68% 0.67% -
HSV(B) 291.72º 0.51% 0.89% -
XYZ 46.95 31.19 76.94 -
YUV 155.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 212 112 228 0.07 0.51 0 0.11 291.72 0.68 0.67
Hex D4 70 E4 7 33 0 B 124 44 43
Octal 324 160 344 7 63 0 13 444 104 103
Binary 11010100 1110000 11100100 111 110011 0 1011 100100100 1000100 1000011

Color Harmonies of #D470E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470E4

Black with #D470E4

Text Example


Text Example

White with #D470E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470E4; }

 p { color: rgb(212,112,228); }

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

background-color css

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

 a { background-color: rgb(212,112,228); }

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

border-color css

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

 span { border-color: rgb(212,112,228); }

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