Html Css Color HEX #D467E4 Orchid

📋 copy color: '#D467E4'

red 212 ◦ green 103 ◦ blue 228

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

Shades of Orchid #D467E4

Tints of Orchid #D467E4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.97%

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

R = 39.04%
G = 18.97%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D467E4 (or 0xD467E4) is known color: Orchid. HEX triplet: D4, 67 and E4. RGB value is (212,103,228). Sum of RGB (Red+Green+Blue) = 212+103+228=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #D467E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467E4 is #2B981B. Grayscale: #959595. Windows color (decimal): -2856988 or 14968788. OLE color: 14968788.

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

Color convert

RGB 212 103 228 -
CMYK 0.07 0.55 0 0.11
HSL 292.32º 0.7% 0.65% -
HSV(B) 292.32º 0.55% 0.89% -
XYZ 46.01 29.3 76.63 -
YUV 149.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 212 103 228 0.07 0.55 0 0.11 292.32 0.7 0.65
Hex D4 67 E4 7 37 0 B 124 46 41
Octal 324 147 344 7 67 0 13 444 106 101
Binary 11010100 1100111 11100100 111 110111 0 1011 100100100 1000110 1000001

Color Harmonies of #D467E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467E4

Black with #D467E4

Text Example


Text Example

White with #D467E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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